SOURCES: splashutils-relpath.patch (NEW) - cosmetic: relative path...

glen glen at pld-linux.org
Tue Apr 22 18:59:29 CEST 2008


Author: glen                         Date: Tue Apr 22 16:59:29 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cosmetic: relative path on initramfs

---- Files affected:
SOURCES:
   splashutils-relpath.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/splashutils-relpath.patch
diff -u /dev/null SOURCES/splashutils-relpath.patch:1.1
--- /dev/null	Tue Apr 22 18:59:29 2008
+++ SOURCES/splashutils-relpath.patch	Tue Apr 22 18:59:24 2008
@@ -0,0 +1,11 @@
+--- splashutils-1.5.4/scripts/splash_geninitramfs.in~	2008-02-25 21:41:35.000000000 +0200
++++ splashutils-1.5.4/scripts/splash_geninitramfs.in	2008-04-22 19:51:31.133178577 +0300
+@@ -167,7 +167,7 @@
+ 
+ printv "o Copying ${splash_hlp}.."
+ cp "${splash_hlp}" "${imgdir}@sbindir@"
+-ln -sf "${splash_hlp}" "${imgdir}@sbindir@/splash_helper"
++ln -sf "$(basename "${splash_hlp}")" "${imgdir}@sbindir@/splash_helper"
+ 
+ res=${res//,/ }
+ 
================================================================


More information about the pld-cvs-commit mailing list