Fix Makefile tabs/spaces

This commit is contained in:
James Laska
2015-09-09 10:57:55 -04:00
parent 77f4a280e3
commit 99444f2737

View File

@@ -529,7 +529,7 @@ deb-src-upload: deb-src
reprepro: deb reprepro: deb
mkdir -p $@/conf mkdir -p $@/conf
cp -a packaging/reprepro $@/conf cp -a packaging/reprepro/* $@/conf/
if [ "$(OFFICIAL)" = "yes" ] ; then \ if [ "$(OFFICIAL)" = "yes" ] ; then \
echo "ask-passphrase" >> $@/conf/options; \ echo "ask-passphrase" >> $@/conf/options; \
sed -i -e 's|^\(Codename:\)|SignWith: $(DEB_GPG_KEY)\n\1|' $@/conf/distributions ; \ sed -i -e 's|^\(Codename:\)|SignWith: $(DEB_GPG_KEY)\n\1|' $@/conf/distributions ; \