Skip to content

Commit e2076d4

Browse files
committed
fix: rename some references to .txt files to .md
1 parent e968f9c commit e2076d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.fpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
--url "https://github.com/gamemaker1/bak"
88
--maintainer "Vedant K (gamemaker1) <gamemaker0042 at gmail dot com>"
99

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

scripts/bump-ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ then
2020
exit 1
2121
fi
2222

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)
2424
sed -i "s/$old_version/$new_version/g" man/bak.1
2525
sed -i "s/$old_version/$new_version/g" source/bak
2626
sed -i "s/$old_version/$new_version/g" readme.md

scripts/dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ fpm \
2828
-t deb \
2929
-p dist/bak-$(cat version)-1-any.deb \
3030
--version $(cat version) \
31-
--deb-changelog changelog.txt
31+
--deb-changelog changelog.md
3232

3333
# RedHat
3434
fpm \
3535
-t rpm \
3636
-p dist/bak-$(cat version)-1-any.rpm \
3737
--version $(cat version) \
38-
--rpm-changelog changelog.txt
38+
--rpm-changelog changelog.md
3939

4040
# Arch Linux
4141
fpm \
@@ -68,4 +68,4 @@ fpm \
6868
--version $(cat version)
6969

7070
# 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

0 commit comments

Comments
 (0)