aboutsummaryrefslogtreecommitdiff
path: root/trunk/Makefile
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2008-05-12 02:43:26 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2008-05-12 02:43:26 +0000
commit28d94ce9c6bec73c01553b99c36aff59c1ed1ed7 (patch)
treed1193c21ba5d01d6d0926c65d786456c54d53d8a /trunk/Makefile
parenteb8940033560aea1d56ac7c34eea0de0af620635 (diff)
downloadsimplepkg-28d94ce9c6bec73c01553b99c36aff59c1ed1ed7.tar.gz
simplepkg-28d94ce9c6bec73c01553b99c36aff59c1ed1ed7.tar.bz2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@511 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/Makefile')
-rw-r--r--trunk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/Makefile b/trunk/Makefile
index 749c492..3dd668e 100644
--- a/trunk/Makefile
+++ b/trunk/Makefile
@@ -14,13 +14,13 @@
# Place - Suite 330, Boston, MA 02111-1307, USA
#
-VERSION = 0.6pre27
+VERSION = 0.6pre28
BUILD = 1rha
PREFIX = /usr
INSTALL = /usr/bin/install
clean:
- rm -f *~ # clean local backups
+ find . -name *~ | xargs rm -f # clean local backups
install_lib:
$(INSTALL) -D --mode=0644 lib/common.sh $(DESTDIR)/$(PREFIX)/libexec/simplepkg/common.sh