diff options
-rw-r--r-- | install/rpm/freeside.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/rpm/freeside.spec b/install/rpm/freeside.spec index 03d1b0cee..57d9e18ab 100644 --- a/install/rpm/freeside.spec +++ b/install/rpm/freeside.spec @@ -89,7 +89,6 @@ For security reasons, it is set to conflict with %{name} so you cannot install t %setup %{__rm} bin/pod2x # Only useful to Ivan Kohler now %{__cp} install/rpm/freeside-install FS/bin -%{__cp} install/rpm/freeside-import FS/bin perl -pi -e 's|/usr/local/bin|%{buildroot}%{_bindir}|g' FS/Makefile.PL perl -ni -e 'print if !/\s+chown\s+/;' Makefile |