diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 14:15:46 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 14:15:46 +0000 |
commit | e5b8820147e94a72c693272f6a8e1a841f032325 (patch) | |
tree | 964f1f2ebc01173862309969d80e5236a72e9bda /package | |
parent | e67d464bc4a2389655429577a5af3e1ceca11915 (diff) | |
download | buildroot-novena-e5b8820147e94a72c693272f6a8e1a841f032325.tar.gz buildroot-novena-e5b8820147e94a72c693272f6a8e1a841f032325.zip |
- bump version
Diffstat (limited to 'package')
-rw-r--r-- | package/ed/ed.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ed/ed.mk b/package/ed/ed.mk index 48746cde5..868358ca5 100644 --- a/package/ed/ed.mk +++ b/package/ed/ed.mk @@ -3,7 +3,7 @@ # ed # ############################################################# -ED_VERSION:=0.6 +ED_VERSION:=0.8 ED_SOURCE:=ed-$(ED_VERSION).tar.bz2 ED_SITE:=http://ftp.gnu.org/gnu/ed/ ED_CAT:=$(BZCAT) @@ -36,7 +36,7 @@ $(ED_DIR)/$(ED_BINARY): $(ED_DIR)/.configured $(MAKE) CC=$(TARGET_CC) -C $(ED_DIR) $(TARGET_DIR)/$(ED_TARGET_BINARY): $(ED_DIR)/$(ED_BINARY) - cp -dpf $(ED_DIR)/$(ED_BINARY) $(TARGET_DIR)/$(ED_TARGET_BINARY) + $(INSTALL) -D $(ED_DIR)/$(ED_BINARY) $(TARGET_DIR)/$(ED_TARGET_BINARY) ed: uclibc $(TARGET_DIR)/$(ED_TARGET_BINARY) |