summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-09-22 16:15:10 +0200
committerJustin Davis <jrcd83@gmail.com>2011-09-22 16:15:10 +0200
commit1a68dfc2b2ec05bf0eaa3330e398fa77f7a1c726 (patch)
tree30ae6344056482dbe0d1972fcecac0affe11f6ff /Makefile
parent92de3d24a7a122bdac419674f367785546c31553 (diff)
downloadgenpkg-1a68dfc2b2ec05bf0eaa3330e398fa77f7a1c726.tar.gz
genpkg-1a68dfc2b2ec05bf0eaa3330e398fa77f7a1c726.tar.xz
Add PKGBUILD function editing to makepkgbuild.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 762980f..1f996f1 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ PKGBUILD: $(PKGS)/$(PKG)/PKGBUILD
$(PKGS)/$(PKG)/PKGBUILD: tweakmeta
@cd '$(PKGS)/$(PKG)'; \
- TDIR='$(BIN)/templ' $(BIN)/makepkgbuild >PKGBUILD
+ TDIR='$(BIN)/templ' $(BIN)/makepkgbuild
@echo 'Built pkg/$(PKG)/PKGBUILD.'
tweakmeta: $(PKGS)/$(PKG)/PKGMETA