diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/Makefile b/debian/Makefile index fab9648..586d28b 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -1,5 +1,5 @@ # GITVERSION=$(shell git rev-parse FETCH_HEAD) -GUIVERSION=$(shell cd ../../gui && git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//') +GUIVERSION=$(shell cd ../../../lib/widget && git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//') TOOLKITVERSION=$(shell git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//') VERSION=${TOOLKITVERSION}-gui-${GUIVERSION} @@ -24,8 +24,8 @@ clean: extract: mkdir -p ../files/usr/lib/go-gui/${GUIVERSION}/${TOOLKITVERSION} - cp ../*.so ../files/usr/lib/go-gui/${GUIVERSION}/${TOOLKITVERSION}/ - cp ../README.md ../files/usr/lib/go-gui/${GUIVERSION}/${TOOLKITVERSION}/ + cp ../../*.so ../files/usr/lib/go-gui/${GUIVERSION}/${TOOLKITVERSION}/ + # cp ../README.md ../files/usr/lib/go-gui/${GUIVERSION}/${TOOLKITVERSION}/ cd ../files/usr/lib/go-gui/ && ln -s ${GUIVERSION}/${TOOLKITVERSION}/ latest # makes the DEBIAN/ directory @@ -51,9 +51,9 @@ DEBIAN: build: mv DEBIAN ../files/ - cd .. && dpkg-deb --build files ${BASENAME}_${VERSION}_amd64.deb + cd .. && dpkg-deb --build files ../${BASENAME}_${VERSION}_amd64.deb @echo @echo '#######################' - cd .. && dpkg-deb --info ${BASENAME}_${VERSION}_amd64.deb + cd .. && dpkg-deb --info ../${BASENAME}_${VERSION}_amd64.deb @echo '#######################' @echo |
