Skip to content

Commit 5d51fce

Browse files
jbichalots0logs
authored andcommitted
fix Makefile to only install theme files (#487)
1 parent 51713dc commit 5d51fce

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Makefile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,15 @@ clean:
3434
install: all
3535
install -d -m755 $(INSTALL_DIR)
3636

37-
for f in *; do cp -pr $$f $(INSTALL_DIR)/; done
37+
cp -pr gtk-2.0 $(INSTALL_DIR)
38+
cp -pr gtk-3.0 $(INSTALL_DIR)
39+
cp -pr gtk-3.20 $(INSTALL_DIR)
40+
cp -pr metacity-1 $(INSTALL_DIR)
41+
cp -pr openbox-3 $(INSTALL_DIR)
42+
cp -pr xfce-notify-4.0 $(INSTALL_DIR)
43+
cp -pr xfwm4 $(INSTALL_DIR)
44+
cp -pr unity $(INSTALL_DIR)
45+
cp -p index.theme $(INSTALL_DIR)
3846

3947
uninstall:
4048
rm -rf $(INSTALL_DIR)

0 commit comments

Comments
 (0)