summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortommat2007-02-13 11:29:59 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit078922723ed6fef46cb4af468c69f87774a71925 (patch)
treee178e0158d93808e54383ef6cf95376410d21d02
parentb4a22aa27107a5ac03a43af59f2c447b02ee5eda (diff)
downloadacl-078922723ed6fef46cb4af468c69f87774a71925.zip
acl-078922723ed6fef46cb4af468c69f87774a71925.tar.gz
- typo
Changed files: acl.spec -> 1.79
-rw-r--r--acl.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/acl.spec b/acl.spec
index ce4e008..1ef4b31 100644
--- 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