summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-02-16 02:52:01 +0000
committerNathan Scott <nathans@sgi.com>2006-02-16 02:52:01 +0000
commitd9e1fa805517064524478075c3745e65d094e558 (patch)
tree16adc0ddfb0f057d3a64f8874187c457b622cab5 /include
parent73346c958a76f37354cba9783ee98abbf2a98e10 (diff)
downloadacl-d9e1fa805517064524478075c3745e65d094e558.tar.gz
Debian packaging updates for acl (debmake to debhelper transition).
Merge of master-melb:xfs-cmds:25212a by kenmcd.
Diffstat (limited to 'include')
-rw-r--r--include/buildmacros4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/buildmacros b/include/buildmacros
index 41a4ef9..a2d848c 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -1,5 +1,4 @@
-#
-# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved.
+ Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved.
#
BUILDRULES = $(TOPDIR)/include/buildrules
@@ -56,7 +55,6 @@ INSTALL_LTLIB = \
cd $(TOPDIR)/$(LIBNAME)/.libs; \
../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
- test "$(PKG_DISTRIBUTION)" = debian || \
../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR)
endif