]> git.sur5r.net Git - bacula/rescue/commitdiff
Fix make release
authorKern Sibbald <kern@sibbald.com>
Sun, 30 Oct 2005 16:25:40 +0000 (16:25 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 30 Oct 2005 16:25:40 +0000 (16:25 +0000)
rescue/Makefile.in

index 27d653fca15a3dce28875a73ea6b567e6bc94c7a..20643618102fd82bcac53bd4d4b0fee9ffe7608f 100755 (executable)
@@ -72,6 +72,9 @@ release: clean
        (cwd=`pwd`; rm -rf /tmp/bacula-rescue-$(VERSION); \
          cd ..; cp -rp $$cwd /tmp/bacula-rescue-$(VERSION); \
          cd /tmp; \
+         rm -rf bacula-rescue-$(VERSION)/linux/cdrom/cdtree/bacula-*; \
+         find bacula-rescue-$(VERSION) -name .cvsignore -exec rm -f {} \; ; \
+         find bacula-rescue-$(VERSION) -name CVS -exec rm -rf {} \; ; \
          tar cvfz $$cwd/bacula-rescue-$(VERSION).tar.gz bacula-rescue-$(VERSION); \
          rm -rf /tmp/bacula-rescue-$(VERSION); \
          echo " "; \