]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/reiserfsprogs
makegraphs umgebaut, sodass nurnoch rrd daten geschrieben werden die graphen
[people/pmueller/ipfire-2.x.git] / lfs / reiserfsprogs
index c201861fa98e8a508af9e9b5a1ba51b7ad6ea5af..25564e97a1f44a24ba97683a7caf25381e35f283 100644 (file)
@@ -77,9 +77,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 ifeq "$(LFS_PASS)" "install"
-       cd $(DIR_APP) && ./configure --prefix=/ --sbindir=/bin
+       cd $(DIR_APP) && ./configure --prefix=/ --sbindir=/sbin
        cd $(DIR_APP) && make $(MAKETUNING)
-       cd $(DIR_APP) && make DESTDIR=/install/initrd install
+       cd $(DIR_APP) && install -v -m 755 mkreiserfs/mkreiserfs /install/initrd/sbin/mkreiserfs
 else
        cd $(DIR_APP) && ./configure --prefix=/usr --sbindir=/sbin
        cd $(DIR_APP) && make $(MAKETUNING)