summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2011-05-24 15:48:32 +0000
committerMichal Marek <mmarek@suse.cz>2011-05-24 15:48:32 +0000
commit45d89bf0d527899fc60544c0e5504e1b2be0f449 (patch)
treea8cf7ee800a9e2654ca99f424b04aefaff7c0923 /scripts
parentfa55c99d0a316262560ad55b06553b493f14b092 (diff)
parent857c7e438769c0f251092a20b587d6e743ee489d (diff)
Merge branch 'packaging' into for-next
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/Makefile b/scripts/package/Makefile
index 1b7eaea83123..006960ebbce9 100644
--- a/scripts/package/Makefile
+++ b/scripts/package/Makefile
@@ -28,7 +28,7 @@ RPM := $(shell if [ -x "/usr/bin/rpmbuild" ]; then echo rpmbuild; \
# Remove hyphens since they have special meaning in RPM filenames
KERNELPATH := kernel-$(subst -,_,$(KERNELRELEASE))
MKSPEC := $(srctree)/scripts/package/mkspec
-PREV := set -e; cd ..;
+PREV := set -e; cd -P ..;
# rpm-pkg
# ---------------------------------------------------------------------------