From e3af3a3e2dd64c4e2d1c9380c047361a79edbcab Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 23 May 2005 11:05:28 +0000 Subject: [PATCH] Updated removal of CVS to .svn directories git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@347 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 48dfeecd6..f63578356 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ install-stamp: for i in `cd gosa; ls | grep -v debian`; do \ cp -R $$i debian/gosa/usr/share/gosa ; \ done - -find debian/gosa -type d -name "CVS" -exec rm -rf {} \; + -find debian/gosa -type d -name ".svn" -exec rm -rf {} \; -cp -R debian/gosa/usr/share/gosa/contrib/* debian/gosa/usr/share/doc/gosa/contrib/ -cp debian/gosa/usr/share/gosa/contrib/openldap/go*.schema debian/gosa-schema/etc/ldap/schema -mkdir debian/gosa/usr/share/doc/gosa/manual @@ -58,7 +58,7 @@ install-stamp: -rm debian/gosa/usr/share/gosa/bin/gosa -mkdir -p debian/gosa/usr/lib/gosa -mv bin/* debian/gosa/usr/lib/gosa - -chmod +x debian/gosa/user/lib/gosa/* + -chmod +x debian/gosa/usr/lib/gosa/* -rm -rf debian/gosa/usr/share/gosa/gen_locale.sh -rm -rf debian/gosa/usr/share/gosa/update.sh -mkdir -p debian/gosa/usr/share/php/smarty/libs/plugins -- 2.30.2