SOURCES: gen-installed-chrome.sh - parent dir required too

sparky sparky at pld-linux.org
Sun Apr 16 18:38:29 CEST 2006


Author: sparky                       Date: Sun Apr 16 16:38:29 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- parent dir required too

---- Files affected:
SOURCES:
   gen-installed-chrome.sh (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gen-installed-chrome.sh
diff -u SOURCES/gen-installed-chrome.sh:1.1 SOURCES/gen-installed-chrome.sh:1.2
--- SOURCES/gen-installed-chrome.sh:1.1	Sun Apr 16 17:56:08 2006
+++ SOURCES/gen-installed-chrome.sh	Sun Apr 16 18:38:23 2006
@@ -9,6 +9,7 @@
 	while read DIR; do
 		for D in $(find -type d -name $DIR); do
 			echo "$TYPE,install,url,jar:resource:/chrome/$JAR!${D#.}/"
+			echo "$TYPE,install,url,jar:resource:/chrome/$JAR!$(dirname ${D#.})/" | sed 's@///*@/@g'
 		done
 	done
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gen-installed-chrome.sh?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list