From: Stefan Schantl Date: Thu, 10 Sep 2009 13:30:26 +0000 (+0200) Subject: Fix installation path of some files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1c8241c32c5276c4d71a4563dae37f42d72239;p=ipfire-3.x.git Fix installation path of some files. --- diff --git a/lfs/freeradius-server b/lfs/freeradius-server index a70bb01e0..b90ee2641 100644 --- a/lfs/freeradius-server +++ b/lfs/freeradius-server @@ -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 + cd $(DIR_APP) && make install exec_prefix=/usr # Removing all static libraries rm -rf /usr/lib/freeradius/*.la