diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-10-14 05:57:12 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-10-14 05:57:12 +0000 |
commit | 254303d567e49dcc305af8b9d26eef991afed010 (patch) | |
tree | 56bbad1fb78cf26e0e268228d4601a408251a5c5 | |
parent | Minor fixes on the kernel recompile script (diff) | |
download | misc-254303d567e49dcc305af8b9d26eef991afed010.tar.gz misc-254303d567e49dcc305af8b9d26eef991afed010.tar.bz2 misc-254303d567e49dcc305af8b9d26eef991afed010.zip |
Version bump on delicious.
svn path=/local/; revision=446
-rw-r--r-- | z-distfiles/Makefile | 2 | ||||
-rw-r--r-- | z-distfiles/scripts-gw/Makefile | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/z-distfiles/Makefile b/z-distfiles/Makefile index ed74175..92d316b 100644 --- a/z-distfiles/Makefile +++ b/z-distfiles/Makefile @@ -1,5 +1,5 @@ DOWNLOAD_DIR=/var/www/www.gunnarwrobel.de/htdocs/downloads/ -VERSION=1.2.3 +VERSION=1.2.4 TAR=tar cvfj TAREX=--exclude="CVS" --exclude=".svn" --exclude=*~ diff --git a/z-distfiles/scripts-gw/Makefile b/z-distfiles/scripts-gw/Makefile index 8932cbb..a688581 100644 --- a/z-distfiles/scripts-gw/Makefile +++ b/z-distfiles/scripts-gw/Makefile @@ -1,7 +1,9 @@ DESTDIR= -SBINSCRIPTS = SVN-dump SVN-monthly birthDay check-SUID tripUpdate SVN-daily check-ALLWRITE dailyRoutine mysql-dump-all -BINSCRIPTS = emerge-single svm-replicate svm-expanded svm-start svn-add svn-del ssh_wrapper +SBINSCRIPTS = SVN-dump SVN-monthly birthDay check-SUID tripUpdate SVN-daily \ + check-ALLWRITE dailyRoutine mysql-dump-all kernel-recompile +BINSCRIPTS = emerge-single svm-replicate svm-expanded svm-start svn-add \ + svn-del ssh_wrapper all: echo "No compilation necessary!" |