Makefile: fix typo

This commit is contained in:
Natanael Copa 2009-03-27 15:22:30 +00:00
parent 6d402b272f
commit 050a8b048f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh
fi
cp $(SAMPLES) $(DESTDIR)/$(prefix)/share/abuild
cp functions.sh $(DESTDIR)/$(datadir)/
cp initamfs-init $(DESTDIR)/$(datadir)/
cp initramfs-init $(DESTDIR)/$(datadir)/
dist: $(P).tar.bz2