summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-02 14:10:43 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-02 14:10:43 +0100
commit9d6a07b04859148676e4816383d30a785577a77b (patch)
tree8dd709c16eee58cda78a36e965a8c52e00d0dcc1
parentc816ccb4a8a8fb7bd3777da798dd4fffb76e5c2d (diff)
downloadncurses-baserock/bootstrap-pass1.tar.gz
ncurses.morph: remove clear and reset executablesbaserock/bootstrap-pass1
These are provided by busybox. This may potentially overwrite busybox, so disable those executables They won't be used during the bootstrap anyway.
-rw-r--r--ncurses.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/ncurses.morph b/ncurses.morph
index c8fae3a..dbaeb05 100644
--- a/ncurses.morph
+++ b/ncurses.morph
@@ -8,6 +8,7 @@
"make"
],
"install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "make DESTDIR=\"$DESTDIR\" install",
+ "rm -f \"$DESTDIR/$PREFIX/bin/reset\" \"$DESTDIR/$PREFIX/bin/clear\""
]
}