From 3a8a9195d27d7a10861022cf438e8644252b0614 Mon Sep 17 00:00:00 2001 From: sgunderson Date: Thu, 17 Aug 2000 22:08:23 +0000 Subject: [PATCH] Updated the .spec file to reflect the change in executable placement (from /usr/bin to /usr/sbin). --- betaftpd.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.2