From: Arne Fitzenreiter Date: Sun, 22 Mar 2009 19:31:09 +0000 (+0100) Subject: Fix wrong mISDN source package X-Git-Tag: v2.5-beta1~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bb644ecb64c53831480cdff22eb785b6568c106;p=people%2Fstevee%2Fipfire-2.x.git Fix wrong mISDN source package --- diff --git a/config/rootfiles/common/mISDN b/config/rootfiles/common/mISDN index 68ea1f871d..25142c6ec6 100644 --- a/config/rootfiles/common/mISDN +++ b/config/rootfiles/common/mISDN @@ -15,14 +15,3 @@ usr/bin/misdn_rename #usr/lib/libmisdn.a usr/lib/libmisdn.so #usr/lib/libmisdn_pic.a -#usr/lib/mISDN -usr/lib/mISDN/mISDN.conf.bnx.xsl -usr/lib/mISDN/mISDN.conf.hfcmulti.xsl -usr/lib/mISDN/mISDN.conf.hfcsusb.xsl -usr/lib/mISDN/mISDN.conf.inc.xsl -usr/lib/mISDN/mISDN.conf.l1oip.xsl -usr/lib/mISDN/mISDN.conf.mISDN_debugtool.xsl -usr/lib/mISDN/mISDN.conf.mISDN_dsp.xsl -usr/lib/mISDN/mISDN.conf.singlepci.xsl -usr/lib/mISDN/mISDN.conf.xhfc.xsl -usr/lib/mISDN/mISDN.conf.xsl diff --git a/lfs/mISDN b/lfs/mISDN index 5873458008..4ec19f57a5 100644 --- a/lfs/mISDN +++ b/lfs/mISDN @@ -73,9 +73,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_SRC)/mISDNuser && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make MISDNDIR=/usr/src/linux cd $(DIR_APP) && make install MISDNDIR=/usr/src/linux - -mkdir -p /usr/lib/mISDN - cd $(DIR_SRC) && tar xfz $(DIR_DL)/mISDN.git-12dca7cf4cf38590d30cdeaf8ced30aaca6d875f.tar.gz - cd $(DIR_SRC)/mISDN.git && cp -v config/*.xsl /usr/lib/mISDN - @rm -rf $(DIR_SRC)/mISDN* @$(POSTBUILD)