]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/mISDN
Erstmal ein Commit:
[ipfire-2.x.git] / lfs / mISDN
index b48d83b97c4df7612257bde023ebf2191836bc72..d05e526a51b44e2716239aaa8a19b773027e2c3d 100644 (file)
--- a/lfs/mISDN
+++ b/lfs/mISDN
@@ -74,5 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && 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_APP) && cp config/*.xsl /usr/lib/mISDN
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)