r1092 - /experimental/ffmpeg.20080206/debian/rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Mar 20 19:09:43 UTC 2008


Author: siretart
Date: Thu Mar 20 19:09:42 2008
New Revision: 1092

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1092
Log:
use CURDIR in favor of PWD. thanks to lintian for explanation

Modified:
    experimental/ffmpeg.20080206/debian/rules

Modified: experimental/ffmpeg.20080206/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/rules?rev=1092&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/rules (original)
+++ experimental/ffmpeg.20080206/debian/rules Thu Mar 20 19:09:42 2008
@@ -117,7 +117,7 @@
         # disable potentially dangerous patented code
 	chmod +x debian/strip.sh
 	sh debian/get-orig-source.sh -r{$(SVN_VERSION)} \
-	    -c $(PWD)/debian/strip.sh \
+	    -c $(CURDIR)/debian/strip.sh \
 	    -o ../ffmpeg-free_$(SRC_VERSION).orig.tar.gz
 else
 	sh debian/get-orig-source.sh -r{$(SVN_VERSION)} \




More information about the pkg-multimedia-commits mailing list