[Debian-live-changes] r1808 - dists/trunk/live-webhelper

daniel at alioth.debian.org daniel at alioth.debian.org
Sun May 27 18:52:55 UTC 2007


Author: daniel
Date: 2007-05-27 18:52:55 +0000 (Sun, 27 May 2007)
New Revision: 1808

Modified:
   dists/trunk/live-webhelper/Makefile
Log:


Modified: dists/trunk/live-webhelper/Makefile
===================================================================
--- dists/trunk/live-webhelper/Makefile	2007-05-27 18:51:15 UTC (rev 1807)
+++ dists/trunk/live-webhelper/Makefile	2007-05-27 18:52:55 UTC (rev 1808)
@@ -22,7 +22,8 @@
 	cp templates/*.html templates/*.txt $(DESTDIR)/usr/share/live-webhelper/templates
 
 	# Installing documentation
-	install -D -m 0644 COPYING $(DESTDIR)/usr/share/doc/live-webhelper/COPYING
+	mkdir -p $(DESTDIR)/usr/share/doc/live-webhelper
+	cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-webhelper
 
 	# Installing logfile
 	install -d -m 0755 $(DESTDIR)/var/log
@@ -45,7 +46,7 @@
 	rm -f $(DESTDIR)/var/log/live*
 
 update:
-	sed -i -e 's/VERSION="0.2.7"/VERSION="0.2.x"/' default
+	sed -i -e 's/VERSION="1.0~a13"/VERSION="1.0"/' default
 
 clean:
 




More information about the Debian-live-changes mailing list