summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--[l---------]GNUmakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9acf7e6..10b2a19 120000..100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1 +1,7 @@
-git-rpm/GNUmakefile \ No newline at end of file
+# Change the following to an explicit package name if you want
+# the spec file name to be different from the directory name
+# for some reason.
+NAME = $(notdir $(realpath .))
+dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init)
+MOCK_ARCH := i386
+include git-rpm/git-rpm.mk