Fix xfce-panel-profiles/Makefile

This commit is contained in:
Daniel Ruiz de Alegría 2023-01-09 16:29:22 +01:00
parent b84e36fd1c
commit f8296d833b
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
2 changed files with 4 additions and 1 deletions

View File

@ -2,3 +2,4 @@
share/* usr/share/
usr/share/icons/
usr/share/images/
usr/share/xfce4-panel-profiles/

View File

@ -14,4 +14,6 @@ clean:
install:
install -d $(DESTDIR)/$(dir)
$(INSTALL_DATA) $(wildcard *.tar.bz2) $(DESTDIR)/$(dir)
$(INSTALL_DATA) *.tar.bz2 $(DESTDIR)/$(dir)
include ../Makefile.inc