rename raw to unstrip

This commit is contained in:
Julien Danjou 2007-11-21 14:17:27 +01:00
parent ae93ae7780
commit 9bdf2b6fc2
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ strip: all
strip awesome
strip awesome-client
install: strip install-raw
install: strip install-unstrip
install-raw:
install-unstrip:
@echo installing executable file to ${DESTDIR}${PREFIX}/bin
@mkdir -p ${DESTDIR}${PREFIX}/bin
@cp -f awesome awesome-client ${DESTDIR}${PREFIX}/bin