]> git.pld-linux.org Git - packages/quota.git/commitdiff
- binaries should be in /sbin, fixed; rel 3 auto/ac/quota-3_10-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Jan 2004 23:06:49 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quota.spec -> 1.67

quota.spec

index 44e9461b1cc7ed1c14ecde7568be26fe85724e30..4c2673f5480b504d269d4835721645e75332339c 100644 (file)
@@ -10,7 +10,7 @@ Summary(uk):  
 Summary(zh_CN):        ´ÅÅÌʹÓÃÇé¿öµÄ¼à¿Ø¹¤¾ß
 Name:          quota
 Version:       3.10
-Release:       1
+Release:       2
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -30,6 +30,8 @@ BuildRequires:        gettext-devel
 BuildRequires: libwrap-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sbindir        /sbin
+
 %description
 Quotas allow the system administrator to limit disk usage by a user
 and/or group per filesystem. This package contains the tools which are
@@ -118,6 +120,8 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man{1,2,3,8}} \
        $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
 
 %{__make} install \
+       sbindir=%{_sbindir} \
+       bindir=%{_bindir} \
        ROOTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/rquotad
This page took 0.032498 seconds and 4 git commands to generate.