From: sgunderson Date: Thu, 17 Aug 2000 22:08:23 +0000 (+0000) Subject: Updated the .spec file to reflect the change in executable placement (from /usr/bin... X-Git-Url: https://git.sesse.net/?p=betaftpd;a=commitdiff_plain;h=3a8a9195d27d7a10861022cf438e8644252b0614 Updated the .spec file to reflect the change in executable placement (from /usr/bin to /usr/sbin). --- diff --git a/betaftpd.spec b/betaftpd.spec index d400337..4cc67a6 100644 --- a/betaftpd.spec +++ b/betaftpd.spec @@ -26,19 +26,20 @@ make %install rm -rf %{buildroot} -mkdir -p %{buildroot}/usr/bin -install -s -m 755 betaftpd %{buildroot}/usr/bin +mkdir -p %{buildroot}/usr/sbin +install -s -m 755 betaftpd %{buildroot}/usr/sbin %clean rm -rf %{buildroot} %files -/usr/bin/betaftpd +/usr/sbin/betaftpd %changelog * Thu Aug 17 2000 Steinar H. Gunderson - added some flags to configure that the average user would expect - increased version number again +- moved executable from /usr/bin to /usr/sbin * Wed Aug 16 2000 Steinar H. Gunderson - included file with BetaFTPD distribution