Skip to content

Commit a74c09a

Browse files
giladreichSiegeLord
authored andcommitted
Remove leftovers OSX from fixver.sh script.
This is no longer relevant, as I couldn't find any references in code. Probably some leftovers that used to also be updated in older versions of allegro.
1 parent 95e0317 commit a74c09a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

misc/fixver.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ echo "Patching include/allegro5/base.h..."
8585
cp include/allegro5/base.h fixver.tmp
8686
sed -f fixver.sed fixver.tmp > include/allegro5/base.h
8787

88-
# patch the OSX package readme
89-
echo "s/\\_\/__\/ Version .*/\\_\/__\/ Version $verstr/" > fixver.sed
90-
echo "s/By Shawn Hargreaves, .*\./By Shawn Hargreaves, $datestr\./" >> fixver.sed
91-
9288
# patch CMakeLists.txt
9389
echo "Patching CMakeLists.txt..."
9490
cp CMakeLists.txt fixver.tmp

0 commit comments

Comments
 (0)