diff options
| author | Roy Marples <roy@marples.name> | 2020-12-28 16:12:14 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-12-28 16:12:14 +0000 |
| commit | a8dd0451274ae174ec02750f3b555e3fd5a2ad36 (patch) | |
| tree | 97de199337cc0478c402d645d828ebc64ecf1c3f | |
| parent | 68bc3c828038104b2d2fef1a9b83dd396a9f148e (diff) | |
| download | dhcpcd-ui-master.tar.xz | |
Fix dist to find cairosvgHEADdhcpcd-ui-0.7.8master
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,9 +27,13 @@ SNAPDIR= ${DISTPREFIX}-${SNAP} SNAPFILE= ${SNAPDIR}.tar.xz dist: + [ -e config.mk ] || ./configure git archive --prefix=${DISTPREFIX}/ -o /tmp/${DISTFILETAR} ${GITREF} tar -xpf /tmp/${DISTFILETAR} -C /tmp + # We need config.mk to build the icons - remove it once done + cp config.mk /tmp/${DISTPREFIX} (cd /tmp/${DISTPREFIX}; make icons) + rm /tmp/${DISTPREFIX}/config.mk rm -rf /tmp/${DISTPREFIX}/doc tar -cvJpf ${DISTFILE} -C /tmp ${DISTPREFIX} rm -rf /tmp/${DISTPREFIX} /tmp/${DISTFILETAR} |
