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

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

@Nomarian

Description

@Nomarian

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions