Code

Updated removal of CVS to .svn directories
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 23 May 2005 11:05:28 +0000 (11:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 23 May 2005 11:05:28 +0000 (11:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@347 594d385d-05f5-0310-b6e9-bd551577e9d8

debian/rules

index 48dfeecd67c8321409862723294ff7316ce10794..f6357835610b62303e194eecddc9730634c51ad4 100755 (executable)
@@ -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