summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-27 15:22:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-27 15:22:30 +0000
commit050a8b048fa6768c128b84d7273a5dae41fcedb9 (patch)
tree05809ef09d3fbb0cae20e9e40db166c9019249d4 /Makefile
parent6d402b272f8bff60f5c9e7d9e55085bacd21c609 (diff)
downloadabuild-050a8b048fa6768c128b84d7273a5dae41fcedb9.tar.bz2
abuild-050a8b048fa6768c128b84d7273a5dae41fcedb9.tar.xz
Makefile: fix typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96fcfab..9e89c77 100644
--- a/Makefile
+++ b/Makefile
@@ -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