]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bootsplash
HinzugefĆ¼gt:
[ipfire-2.x.git] / lfs / bootsplash
index 17fd83f524f14ccb2a9ffb8dc0b982d503ac696e..793038bc9d6641f3c6834cc19c0085d85a595c5c 100644 (file)
@@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP)/Utilities && make
        cd $(DIR_APP)/Utilities && cp -f splash /sbin
        -mkdir -p /etc/bootsplash/themes/current
-       cd $(DIR_APP) && cp -Rf $(DIR_CONF)/bootsplash/* /etc/bootsplash/themes/current
-       -find /etc/bootsplash/themes/current -name .svn -exec rm -rf {} \;
+       cd $(DIR_APP) && cp -Rf $(DIR_CONF)/bootsplash/* /etc/bootsplash/themes
+       -find /etc/bootsplash/themes -name .svn -exec rm -rf {} \;
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)