From c2211dc51e98fa27d565c44179c3044723e69253 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 23 Nov 2006 00:29:07 +0000 Subject: replace lots of manual install commands with INSTALL_* variables SVN-Revision: 5624 --- package/gdbserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/gdbserver') diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index c07eaf9927..d4d149102d 100644 --- a/package/gdbserver/Makefile +++ b/package/gdbserver/Makefile @@ -61,7 +61,7 @@ define Build/Compile endef define Package/gdbserver/install - install -m0755 -d $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/gdbserver $(1)/usr/bin/ endef -- cgit v1.2.3