Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

[Feature] Include palettes/ in share/paleta when make installing #8

Open
Nomarian opened this issue Jan 26, 2023 · 0 comments
Open

Comments

@Nomarian
Copy link

Pretty much title

diff --git a/Makefile b/Makefile
index 63a53da..e71085a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,9 @@ $(OBJ): $(HDR)
 install: paleta
        mkdir -p $(DESTDIR)$(PREFIX)/bin
        cp paleta  $(DESTDIR)$(PREFIX)/bin/
-
+       mkdir -p $(DESTDIR)$(PREFIX)/share/paleta
+       cp -r palettes/ $(DESTDIR)$(PREFIX)/share/paleta/
+       
 clean:
        rm -f paleta $(OBJ)
@Nomarian Nomarian changed the title Include palettes/ in share/paleta when make installing [Feature] Include palettes/ in share/paleta when make installing Jan 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant