pandora: fix readme and pxml version master github/master
authornotaz <notasas@gmail.com>
Wed, 2 Apr 2025 23:33:00 +0000 (02:33 +0300)
committeririxxxx <31696370+irixxxx@users.noreply.github.com>
Thu, 3 Apr 2025 19:33:06 +0000 (21:33 +0200)
platform/pandora/Makefile
platform/pandora/make_pxml.sh

index fee9df8..8a53410 100644 (file)
@@ -30,6 +30,7 @@ rel: ../../picodrive PicoDrive.sh picorestore \
        rm -rf out
        mkdir out
        cp -r $^ out/
        rm -rf out
        mkdir out
        cp -r $^ out/
+       mv out/README.md out/README
        $(PND_MAKE) -p PicoDrive_$(VER).pnd -d out -x out/PicoDrive.pxml -i out/PicoDrive.png -c
 
 FORCE:
        $(PND_MAKE) -p PicoDrive_$(VER).pnd -d out -x out/PicoDrive.pxml -i out/PicoDrive.png -c
 
 FORCE:
index 35d537a..1b04545 100755 (executable)
@@ -7,7 +7,7 @@ test -f $verfile
 major=`head -n 1 $verfile | sed 's/[^0-9]*\([0-9]*\)\.\([0-9]*\).*/\1/g'`
 minor=`head -n 1 $verfile | sed 's/[^0-9]*\([0-9]*\)\.\([0-9]*\).*/\2/g'`
 # lame, I know..
 major=`head -n 1 $verfile | sed 's/[^0-9]*\([0-9]*\)\.\([0-9]*\).*/\1/g'`
 minor=`head -n 1 $verfile | sed 's/[^0-9]*\([0-9]*\)\.\([0-9]*\).*/\2/g'`
 # lame, I know..
-build=`git describe HEAD | grep -- - | sed -e 's/.*\-\(.*\)\-.*/\1/'`
+build=`git describe --tags HEAD | grep -- - | sed -e 's/.*\-\(.*\)\-.*/\1/'`
 test -n "$build" && build_post="-$build"
 test -n "$build" || build=0
 
 test -n "$build" && build_post="-$build"
 test -n "$build" || build=0