r2770 - dists/trunk/live-helper
daniel at alioth.debian.org
daniel at alioth.debian.org
Thu Aug 16 19:25:23 UTC 2007
Author: daniel
Date: 2007-08-16 19:25:23 +0000 (Thu, 16 Aug 2007)
New Revision: 2770
Modified:
dists/trunk/live-helper/Makefile
Log:
reverting 2769; useless *people shall do a proper svn export) and soon obsolete anyway (git).
Modified: dists/trunk/live-helper/Makefile
===================================================================
--- dists/trunk/live-helper/Makefile 2007-08-16 19:11:44 UTC (rev 2769)
+++ dists/trunk/live-helper/Makefile 2007-08-16 19:25:23 UTC (rev 2770)
@@ -20,11 +20,7 @@
# Installing shared data
mkdir -p $(DESTDIR)/usr/share/live-helper
- for FOLDER in data examples functions hooks includes lists templates; \
- do \
- cp -r $$FOLDER $(DESTDIR)/usr/share/live-helper; \
- find $(DESTDIR)/usr/share/live-helper/$$FOLDER -name ".svn" -type d | xargs rm -rvf; \
- done
+ cp -r data examples functions hooks includes lists templates $(DESTDIR)/usr/share/live-helper
# Installing documentation
mkdir -p $(DESTDIR)/usr/share/doc/live-helper
More information about the debian-live-changes
mailing list