File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
--url "https://github.com/gamemaker1/bak"
8
8
--maintainer "Vedant K (gamemaker1) <gamemaker0042 at gmail dot com>"
9
9
10
- source/bak=/usr/bin/bak man/bak.1=/usr/share/man/man1/bak.1 license.txt =/usr/share/licenses/bak/LICENSE
10
+ source/bak=/usr/bin/bak man/bak.1=/usr/share/man/man1/bak.1 license.md =/usr/share/licenses/bak/LICENSE
Original file line number Diff line number Diff line change 20
20
exit 1
21
21
fi
22
22
23
- # Replace all occurrences of the old version with the new one (except in changelog.txt )
23
+ # Replace all occurrences of the old version with the new one (except in changelog.md )
24
24
sed -i " s/$old_version /$new_version /g" man/bak.1
25
25
sed -i " s/$old_version /$new_version /g" source/bak
26
26
sed -i " s/$old_version /$new_version /g" readme.md
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ fpm \
28
28
-t deb \
29
29
-p dist/bak-$( cat version) -1-any.deb \
30
30
--version $( cat version) \
31
- --deb-changelog changelog.txt
31
+ --deb-changelog changelog.md
32
32
33
33
# RedHat
34
34
fpm \
35
35
-t rpm \
36
36
-p dist/bak-$( cat version) -1-any.rpm \
37
37
--version $( cat version) \
38
- --rpm-changelog changelog.txt
38
+ --rpm-changelog changelog.md
39
39
40
40
# Arch Linux
41
41
fpm \
68
68
--version $( cat version)
69
69
70
70
# Generic
71
- tar -czf dist/bak-$( cat version) -1-any.tar.gz man source changelog.txt license.txt readme.txt version
71
+ tar -czf dist/bak-$( cat version) -1-any.tar.gz man source changelog.md license.md readme.md version
You can’t perform that action at this time.
0 commit comments