r751 - /experimental/ffmpeg/debian/rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Apr 12 11:35:54 UTC 2007


Author: siretart
Date: Thu Apr 12 11:35:54 2007
New Revision: 751

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=751
Log:
ups, I didn't really botch debian/rules, but though I did. anyway, replaying
sams cleanup from revision 734. so no change here compared to the last upload

Modified:
    experimental/ffmpeg/debian/rules

Modified: experimental/ffmpeg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/rules?rev=751&op=diff
==============================================================================
--- experimental/ffmpeg/debian/rules (original)
+++ experimental/ffmpeg/debian/rules Thu Apr 12 11:35:54 2007
@@ -107,7 +107,7 @@
 	cp libpostproc/libpostproc.a debian/tmp/usr/lib
 	cp libpostproc/postprocess.h debian/tmp/usr/include/postproc
 	cp libpostproc.pc debian/tmp/usr/lib/pkgconfig/
-	for d in $(LIBS); do cp $$d/$$d.so* tmp/usr/lib; done
+	for d in $(LIBS); do cp $$d/$$d.so* debian/tmp/usr/lib; done
 	cp doc/*.html debian/tmp/usr/share/doc/ffmpeg/html/
 	cp doc/ffserver.conf debian/tmp/etc/
 	




More information about the pkg-multimedia-commits mailing list