diff options
Diffstat (limited to 'mktrayicon/debian/patches')
-rw-r--r-- | mktrayicon/debian/patches/Makefile.patch | 8 | ||||
-rw-r--r-- | mktrayicon/debian/patches/series | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/mktrayicon/debian/patches/Makefile.patch b/mktrayicon/debian/patches/Makefile.patch new file mode 100644 index 0000000..25460fa --- /dev/null +++ b/mktrayicon/debian/patches/Makefile.patch @@ -0,0 +1,8 @@ +--- a/Makefile ++++ b/Makefile +@@ -2,4 +2,4 @@ mktrayicon: mktrayicon.c + ${CC} `pkg-config --cflags gtk+-3.0` -o $@ $< `pkg-config --libs gtk+-3.0` `pkg-config --cflags --libs x11` + + clean: +- rm mktrayicon ++ rm -f mktrayicon || : diff --git a/mktrayicon/debian/patches/series b/mktrayicon/debian/patches/series new file mode 100644 index 0000000..cc55c1d --- /dev/null +++ b/mktrayicon/debian/patches/series @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +Makefile.patch |