Fix permissions of images/updbooster

some ipp2p fixes. still not working ...
New kernel at updater
This commit is contained in:
Arne Fitzenreiter
2008-09-16 23:49:42 +02:00
parent da137f2159
commit bd24e1fae9
5 changed files with 9 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ ifeq "$(SMP)" "1"
else
ifeq "$(IPT)" "1"
cd $(DIR_APP) && make libipt_ipp2p.so
cp -f $(DIR_APP)/libipt_ipp2p.so /lib/iptables
cp -f $(DIR_APP)/libipt_ipp2p.so /lib/xtables
else
cd $(DIR_APP) && make ipt_ipp2p.ko
cp -f $(DIR_APP)/ipt_ipp2p.ko /lib/modules/$(KVER)-ipfire/kernel/net/ipv4/netfilter

View File

@@ -78,7 +78,6 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/openswan-2.6.16-sa_fam_unspec.patch
ifeq "$(KMOD)" "1"
cd $(DIR_APP) && make KERNELSRC=/usr/src/linux module
cd $(DIR_APP) && make minstall

View File

@@ -128,6 +128,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
chmod 775 /var/updatecache/download
chmod 775 /var/updatecache/metadata
chmod 755 /var/log/updatexlrator
chmod 755 /srv/web/ipfire/html/images/updbooster
chown squid:squid /var/log/squid
ln -sf /usr/lib/squid /usr/lib/squid/auth