summaryrefslogtreecommitdiff
path: root/softwaves-theme
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2018-02-26 12:43:44 +0100
committerAurélien COUDERC <zecoucou@free.fr>2018-02-26 12:43:44 +0100
commitcb94f0ee128148f11d65975f96f4fd6004ddea17 (patch)
tree4cc8515f98a4c51b871bb1c4a4369120c103d6b0 /softwaves-theme
parent2da2c89a9adba4158fb425e81c78e1b15597c7a1 (diff)
Migrate to debhelper 11, fix usage of install in Makefiles thanks to lintian
Diffstat (limited to 'softwaves-theme')
-rw-r--r--softwaves-theme/grub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/softwaves-theme/grub/Makefile b/softwaves-theme/grub/Makefile
index 9903d36..85674fa 100644
--- a/softwaves-theme/grub/Makefile
+++ b/softwaves-theme/grub/Makefile
@@ -13,7 +13,7 @@ clean:
install:
install -d $(DESTDIR)/$(dir)
- $(INSTALL) $(wildcard *.png *.sh) $(DESTDIR)/$(dir)
+ $(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir)
grub-4x3.png: grub-4x3.svg
rsvg-convert $< > $@