[packages/minfs] fix sbindir
glen
glen at pld-linux.org
Tue Oct 25 10:31:34 CEST 2016
commit d81bf11566a816cfe99b49ed59eeddd885b83907
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Oct 25 11:29:44 2016 +0300
fix sbindir
mount.minfs uses hardcoded /sbin path
also the minfs binary links only with libc,
so it's safe to move out of /usr
minfs.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/minfs.spec b/minfs.spec
index 7be23b4..e1c3f55 100644
--- a/minfs.spec
+++ b/minfs.spec
@@ -15,6 +15,8 @@ BuildRequires: golang >= 1.6
ExclusiveArch: %{ix86} %{x8664} %{arm}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _sbindir /sbin
+
## Disable debug packages.
%define _enable_debug_packages 0
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/minfs.git/commitdiff/8d0c7557c2468f6bc1acc282ee2c837ebee85e32
More information about the pld-cvs-commit
mailing list