[Mplayerplug-in-cvs] mplayerplug-in dist.sh.in,1.2,1.3
Brought to you by:
kdekorte
From: Kevin D. <kde...@us...> - 2007-12-03 18:14:47
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2287 Modified Files: dist.sh.in Log Message: Index: dist.sh.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/dist.sh.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dist.sh.in 3 Dec 2007 18:09:25 -0000 1.2 --- dist.sh.in 3 Dec 2007 18:14:41 -0000 1.3 *************** *** 15,19 **** cp -pr po mplayerplug-in-@PACKAGE_VERSION@ cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ ! echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar" ! tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar.gz mplayerplug-in-@PACKAGE_VERSION@ ! --- 15,18 ---- cp -pr po mplayerplug-in-@PACKAGE_VERSION@ cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ ! echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar.gz" ! tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar mplayerplug-in-@PACKAGE_VERSION@ |