[med-svn] [Git][med-team/damapper][master] Patch Makefile to ensure installation within bin/
Shayan Doust
gitlab at salsa.debian.org
Mon Aug 10 10:55:53 BST 2020
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 <hello at shayandoust.me>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200810/17f81386/attachment-0001.html>
More information about the debian-med-commit
mailing list