summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-06-04 15:47:13 -0700
committerJoseph Herlant <herlantj@gmail.com>2018-06-04 15:47:13 -0700
commit6148aec3a90a51fdf294cb5d50c7a894b2853339 (patch)
tree1b25c77f1382106d57ab6531c39c98387f8e285e /contrib
parent61a2658a57dde64812eab8893953c32fd4d6af03 (diff)
downloadnavit-6148aec3a90a51fdf294cb5d50c7a894b2853339.tar.gz
move the file name to the right spot
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/sailfish/build_on_sailfish_sdk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sailfish/build_on_sailfish_sdk.sh b/contrib/sailfish/build_on_sailfish_sdk.sh
index 69ca48d08..2aa8ca3dc 100755
--- a/contrib/sailfish/build_on_sailfish_sdk.sh
+++ b/contrib/sailfish/build_on_sailfish_sdk.sh
@@ -8,9 +8,9 @@
if [ -z ${VERSION_ID+x} ]; then echo "VERSION_ID not set. Forgot to export VERSION_ID?"; exit 1; fi
#arm devices
-sb2 -t SailfishOS-${VERSION_ID}-armv7hl -m sdk-install -R zypper in $(cat navit-sailfish.spec | grep "^BuildRequires: " | sed -e "s/BuildRequires: //")
+sb2 -t SailfishOS-${VERSION_ID}-armv7hl -m sdk-install -R zypper in $(grep "^BuildRequires: " navit-sailfish.spec | sed -e "s/BuildRequires: //")
sb2 -t SailfishOS-${VERSION_ID}-armv7hl -m sdk-build rpmbuild --define "_topdir /home/src1/rpmbuild" --define "navit_source `pwd`/../.." -bb navit-sailfish.spec
#intel devices
-sb2 -t SailfishOS-${VERSION_ID}-i486 -m sdk-install -R zypper in $(cat navit-sailfish.spec | grep "^BuildRequires: " | sed -e "s/BuildRequires: //")
+sb2 -t SailfishOS-${VERSION_ID}-i486 -m sdk-install -R zypper in $(grep "^BuildRequires: " navit-sailfish.spec | sed -e "s/BuildRequires: //")
sb2 -t SailfishOS-${VERSION_ID}-i486 -m sdk-build rpmbuild --define "_topdir /home/src1/rpmbuild" --define "navit_source `pwd`/../.." -bb navit-sailfish.spec