# HG changeset patch # User Franz Glasner # Date 1567643667 -7200 # Node ID 28d4bea7cd1c5db92887f47adc5b27159d781c2d # Parent a3b9d4fe560e529776ca9bd9f1f94e8190b175e4 Put the new @@PKGORIGIN@@ into the example configuration file also diff -r a3b9d4fe560e -r 28d4bea7cd1c Makefile --- a/Makefile Thu Sep 05 02:29:44 2019 +0200 +++ b/Makefile Thu Sep 05 02:34:27 2019 +0200 @@ -49,6 +49,7 @@ .for _ef in etc/package-mapping.conf.sample ${CP} -v ${SRC}/${_ef} ${WRKSRC}/${_ef} ${SED} -i "" -e "s|\\\$$HGid\\\$$|\$$HGid: ${HGPATH}/${_ef} ${HGREVISION} ${HGDATE} ${HGAUTHOR} ${HGPHASE} \$$|" ${WRKSRC}/${_ef} + ${SED} -i "" -e "s|@@PKGORIGIN@@|${PKGORIGIN}|" ${WRKSRC}/${_ef} .endfor do-install: diff -r a3b9d4fe560e -r 28d4bea7cd1c etc/package-mapping.conf.sample --- a/etc/package-mapping.conf.sample Thu Sep 05 02:29:44 2019 +0200 +++ b/etc/package-mapping.conf.sample Thu Sep 05 02:34:27 2019 +0200 @@ -1,7 +1,7 @@ # # Map from installed package name to the (unchanged) parent package name # -# @(#) $HGid$ +# @(#)@@PKGORIGIN@@ $HGid$ # fmg-nextcloud-php71 nextcloud-php71 fmg-nextcloud-twofactor_totp-php71 nextcloud-twofactor_totp-php71