]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed buildscript lfs/lighttpd.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 May 2008 18:46:29 +0000 (20:46 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 May 2008 18:46:29 +0000 (20:46 +0200)
lfs/lighttpd

index 109ff3998be68d364b25548a5297fc39fc61d1c8..ab1513ac17c006213afa2c6bf4f1a53ffc1901e2 100644 (file)
@@ -59,7 +59,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make -j $(PARALLELISM)
        cd $(DIR_APP) && make install
        
-       install -v m644 $(DIR_CONF)/$(PKG_NAME)/$(PKG_NAME).conf \
+       cp -vf $(DIR_CONF)/$(PKG_NAME)/$(PKG_NAME).conf \
                /etc/$(PKG_NAME).conf
 
        @rm -rf $(DIR_APP)