Shayan Doust pushed to branch master at Debian Med / damapper
Commits: e3e0ffb9 by Shayan Doust at 2020-08-10T10:55:34+01:00 Patch Makefile to ensure installation within bin/ - - - - - 2 changed files: - + debian/patches/modify_makefile.patch - + debian/patches/series Changes: ===================================== debian/patches/modify_makefile.patch ===================================== @@ -0,0 +1,17 @@ +Description: ensures binary installation within bin/ +Author: Shayan Doust <[email protected]> +Last-Update: 2020-08-10 +--- + +--- damapper.orig/Makefile ++++ damapper/Makefile +@@ -16,7 +16,8 @@ + rm -f damapper.tar.gz + + install: +- cp $(ALL) ~/bin ++ mkdir bin/ ++ cp -f $(ALL) bin/ + + package: + make clean ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +modify_makefile.patch View it on GitLab: https://salsa.debian.org/med-team/damapper/-/commit/e3e0ffb9a34cd99e65ca33d096cf5bd7eaa958a2 -- View it on GitLab: https://salsa.debian.org/med-team/damapper/-/commit/e3e0ffb9a34cd99e65ca33d096cf5bd7eaa958a2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
