diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
commit | ac46e350e174e78a55a348eda775665ae0eb3277 (patch) | |
tree | 5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/open-iscsi | |
parent | 89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff) |
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/open-iscsi')
-rw-r--r-- | package/open-iscsi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/open-iscsi/Makefile b/package/open-iscsi/Makefile index 0194c1d3a..56812993d 100644 --- a/package/open-iscsi/Makefile +++ b/package/open-iscsi/Makefile @@ -25,7 +25,7 @@ $(eval $(call PKG_template,OPEN_ISCSI,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE}, CONFIG_STYLE:= manual -do-install: +post-install: $(INSTALL_DIR) $(IDIR_OPEN_ISCSI)/sbin $(IDIR_OPEN_ISCSI)/etc/iscsi $(INSTALL_BIN) $(WRKINST)/sbin/* $(IDIR_OPEN_ISCSI)/sbin $(CP) $(WRKINST)/etc/iscsi/* $(IDIR_OPEN_ISCSI)/etc/iscsi |