]> git.sesse.net Git - betaftpd/commitdiff
Updated the .spec file to reflect the change in executable placement (from /usr/bin...
authorsgunderson <sgunderson>
Thu, 17 Aug 2000 22:08:23 +0000 (22:08 +0000)
committersgunderson <sgunderson>
Thu, 17 Aug 2000 22:08:23 +0000 (22:08 +0000)
betaftpd.spec

index d400337737375043374be8689a4a174790d0be16..4cc67a60e605aa602c1b026c604a6c5c62a76e41 100644 (file)
@@ -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 <sgunderson@bigfoot.com>
 - 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 <sgunderson@bigfoot.com>
 - included file with BetaFTPD distribution