From d7fb9b19b1fc122cfd56e889f660d95a2964dc56 Mon Sep 17 00:00:00 2001 From: James Laska Date: Wed, 23 Sep 2015 20:32:34 -0400 Subject: [PATCH] Fix reprepro/conf path in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index efb7b2bdb9..922493be40 100644 --- a/Makefile +++ b/Makefile @@ -582,8 +582,8 @@ reprepro/conf: mkdir -p $@ cp -a packaging/reprepro/* $@/ if [ "$(OFFICIAL)" = "yes" ] ; then \ - echo "ask-passphrase" >> $@/conf/options; \ - sed -i -e 's|^\(Codename:\)|SignWith: $(GPG_KEY)\n\1|' $@/conf/distributions ; \ + echo "ask-passphrase" >> $@/options; \ + sed -i -e 's|^\(Codename:\)|SignWith: $(GPG_KEY)\n\1|' $@/distributions ; \ fi reprepro: deb-build/$(DEB_NVRA).deb reprepro/conf