forked from ParrotSec/parrot-wallpapers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
executable file
·20 lines (15 loc) · 803 Bytes
/
Makefile
File metadata and controls
executable file
·20 lines (15 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
all:
clean:
install:
mkdir -p $(DESTDIR)/usr/share/backgrounds
mkdir -p $(DESTDIR)/usr/share/gnome-background-properties
mkdir -p $(DESTDIR)/usr/share/mate-background-properties
cp -r backgrounds/* $(DESTDIR)/usr/share/backgrounds/
cp parrot-wallpapers.xml $(DESTDIR)/usr/share/gnome-background-properties/parrot-wallpapers.xml
cp parrot-wallpapers.xml $(DESTDIR)/usr/share/mate-background-properties/parrot-wallpapers.xml
chown root:root -R $(DESTDIR)/usr/share/backgrounds
chown root:root -R $(DESTDIR)/usr/share/gnome-background-properties/
chown root:root -R $(DESTDIR)/usr/share/mate-background-properties/
chmod 644 -R $(DESTDIR)/usr/share/backgrounds
chmod 644 -R $(DESTDIR)/usr/share/gnome-background-properties/
chmod 644 -R $(DESTDIR)/usr/share/mate-background-properties/