summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2018-10-05 01:33:56 +0200
committerPatrick Höhn <hoehnp@gmx.de>2018-10-05 01:33:56 +0200
commit6f60ffd451152e9dfef00ee941d1e4ab056630a5 (patch)
treeaee328c21c0ca6d74cc57552c109176a8e7ab955
parent1c5c26b6de063e75118543290480d619c9f41770 (diff)
downloadnavit-6f60ffd451152e9dfef00ee941d1e4ab056630a5.tar.gz
fix: corrected path in custom navit-sailfish.spec
ändrad: navit-sailfish.spec
-rwxr-xr-xscripts/navit-sailfish.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/navit-sailfish.spec b/scripts/navit-sailfish.spec
index 11980a77c..4aedde5f5 100755
--- a/scripts/navit-sailfish.spec
+++ b/scripts/navit-sailfish.spec
@@ -1,8 +1,8 @@
# $Id$
# Authority: dries
-#%global navit_version_minor %(grep NAVIT_VERSION_MINOR ../../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
-#%global navit_version_major %(grep NAVIT_VERSION_MAJOR ../../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
-#%global navit_version_patch %(grep NAVIT_VERSION_PATCH ../../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
+#%global navit_version_minor %(grep NAVIT_VERSION_MINOR ../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
+#%global navit_version_major %(grep NAVIT_VERSION_MAJOR ../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
+#%global navit_version_patch %(grep NAVIT_VERSION_PATCH ../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
#%global navit_version %{navit_version_major}.%{navit_version_minor}.%{navit_version_patch}
#%global git_version %(git describe --tags | sed y/-/_/)