1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00
conky/buildubu.sh
2005-09-11 23:13:10 +00:00

17 lines
316 B
Bash
Executable File

#!/bin/sh
rm -rf ../conky-1.3.1* ../conky_*
make distclean
sh autogen.sh
./configure
make dist
cp -f conky-1.3.1.tar.gz ../conky_1.3.1.orig.tar.gz
cd ..
tar xvzf conky_1.3.1.orig.tar.gz
cd conky-1.3.1
#dh_make -s
cp -r ../conky/debian .
rm -rf debian/CVS
debuild
#dpkg-buildpackage -rfakeroot -S -k<private key id>