summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: abf7f29)
raw | patch | inline | side by side (parent: abf7f29)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 23 May 2005 11:05:28 +0000 (11:05 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 23 May 2005 11:05:28 +0000 (11:05 +0000) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 48dfeecd67c8321409862723294ff7316ce10794..f6357835610b62303e194eecddc9730634c51ad4 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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
-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