summaryrefslogtreecommitdiff
path: root/attr
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-02-25 22:41:02 +0000
committerNathan Scott <nathans@sgi.com>2002-02-25 22:41:02 +0000
commitde366b9e522ee084a318aaca25c3dd916b5114db (patch)
tree1c5e6e9a58a4906abb733e413d7a9a11cfd1c8ee /attr
parent27204a8361ff975ddf3a60b95cc24f4e5ec7bed8 (diff)
downloadattr-de366b9e522ee084a318aaca25c3dd916b5114db.tar.gz
Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.
sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
Diffstat (limited to 'attr')
-rw-r--r--attr/Makefile2
-rw-r--r--attr/attr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/attr/Makefile b/attr/Makefile
index f4822ee..83bf75d 100644
--- a/attr/Makefile
+++ b/attr/Makefile
@@ -45,4 +45,4 @@ include $(BUILDRULES)
install: default
$(INSTALL) -m 755 -d $(PKG_BIN_DIR)
$(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_BIN_DIR)
-install-dev:
+install-dev install-lib:
diff --git a/attr/attr.c b/attr/attr.c
index 280ded1..7663ac6 100644
--- a/attr/attr.c
+++ b/attr/attr.c
@@ -41,7 +41,7 @@
#include <errno.h>
#include <string.h>
-#include <attributes.h>
+#include <attr/attributes.h>
#define SETOP 1 /* do a SET operation */
#define GETOP 2 /* do a GET operation */