]> git.pld-linux.org Git - packages/acl.git/commitdiff
- typo
authortommat <tommat@pld-linux.org>
Tue, 13 Feb 2007 11:29:59 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl.spec -> 1.79

acl.spec

index ce4e00892ddc3951a34b766858425af7b84da2ca..1ef4b31671e52e1a3b26b1f58e61cedee73ec38b 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -77,7 +77,7 @@ cp -f /usr/share/automake/config.sub .
 
 %{__make} \
        LLDFLAGS="%{rpmldflags}" \
-       top_buillddir="../"
+       top_builddir="../"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,13 +91,13 @@ export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
 
 %{__make} install \
        DIST_MANIFEST=$DIST_INSTALL \
-       top_buillddir="../"
+       top_builddir="../"
 %{__make} install-dev \
        DIST_MANIFEST=$DIST_INSTALL_DEV \
-       top_buillddir="../"
+       top_builddir="../"
 %{__make} install-lib \
        DIST_MANIFEST=$DIST_INSTALL_LIB \
-       top_buillddir="../"
+       top_builddir="../"
 
 rm -f  $RPM_BUILD_ROOT%{_mandir}/man3/{acl_copy_int,acl_set_fd,acl_set_file}.3
 rm -f  $RPM_BUILD_ROOT%{_mandir}/man3/{acl_to_short_text,acl_to_text}.3
This page took 0.087615 seconds and 4 git commands to generate.