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