]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
freeradius: Remove wierd command.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Sep 2009 13:37:54 +0000 (15:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Sep 2009 13:37:54 +0000 (15:37 +0200)
lfs/freeradius-server

index b90ee264162035112e42d4f8c3cf1c196fabec72..26b265893003a8136a81378955d70a54f138fd8b 100644 (file)
@@ -93,7 +93,7 @@ $(OBJECT): $(objects)
                        --with-thread-pool \ 
                        --disable-ltdl-install 
        cd $(DIR_APP) && make LIBTOOL="libtool --tag=CC"
-       cd $(DIR_APP) && make install exec_prefix=/usr
+       cd $(DIR_APP) && make install
 
        # Removing all static libraries
        rm -rf /usr/lib/freeradius/*.la
@@ -103,5 +103,6 @@ $(OBJECT): $(objects)
 
        # Logrotate
        cp -vf $(DIR_SRC)/src/logrotate/$(PKG_NAME) /etc/logrotate.d/
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)