Skip to content
Snippets Groups Projects
Commit 050a8b04 authored by Natanael Copa's avatar Natanael Copa
Browse files

Makefile: fix typo

parent 6d402b27
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh ...@@ -29,7 +29,7 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh
fi fi
cp $(SAMPLES) $(DESTDIR)/$(prefix)/share/abuild cp $(SAMPLES) $(DESTDIR)/$(prefix)/share/abuild
cp functions.sh $(DESTDIR)/$(datadir)/ cp functions.sh $(DESTDIR)/$(datadir)/
cp initamfs-init $(DESTDIR)/$(datadir)/ cp initramfs-init $(DESTDIR)/$(datadir)/
dist: $(P).tar.bz2 dist: $(P).tar.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment