fixed hostap rootfile and postifx buildscript

This commit is contained in:
Maniacikarus
2008-11-07 20:41:38 +01:00
parent bcf4b2e2f5
commit 6c47cd8383
2 changed files with 3 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
rm -vf /etc/postfix/main.cf.default
cp -vf $(DIR_CONF)/postfix/* /etc/postfix
mv -vf /etc/postfix/aliases /etc/aliases
mkdir /var/lib/postfix
mkdir -p /var/lib/postfix
chown postfix.root /var/lib/postfix
@rm -rf $(DIR_APP)
@$(POSTBUILD)