mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Hinzugefügt:
* Asterisk-Konfigurationsdateien fürs Webinterface. * Funktionierender Packager. * CUPS-Paket Geändert: * Postfix ohne PostgreSQL git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@177 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
7
make.sh
7
make.sh
@@ -836,9 +836,13 @@ buildpackages() {
|
||||
}
|
||||
|
||||
ipfirepackages() {
|
||||
for i in `ls $BASEDIR/packages`; do
|
||||
touch $BASEDIR/build/install/packages/$i.empty
|
||||
done
|
||||
ipfiredist applejuice
|
||||
ipfiredist asterisk
|
||||
ipfiredist clamav
|
||||
ipfiredist cups
|
||||
ipfiredist cyrusimap
|
||||
ipfiredist fetchmail
|
||||
ipfiredist gnump3d
|
||||
@@ -849,10 +853,11 @@ ipfirepackages() {
|
||||
ipfiredist ntop
|
||||
ipfiredist postfix
|
||||
ipfiredist samba
|
||||
# ipfiredist xampp
|
||||
ipfiredist xampp
|
||||
ipfiredist xinetd
|
||||
test -d $BASEDIR/packages || mkdir $BASEDIR/packages
|
||||
mv -f $LFS/install/packages/*.{tar.gz,md5} $BASEDIR/packages >> $LOGFILE 2>&1
|
||||
rm -rf $BASEDIR/build/install/packages/*
|
||||
}
|
||||
|
||||
# See what we're supposed to do
|
||||
|
||||
Reference in New Issue
Block a user