Skip to content

Commit

Permalink
Install the new split python code as needed
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Aug 5, 2020
1 parent bb2bb2d commit 2f7ca9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ install:
install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps
install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/256x256/apps
install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps
install -d $(DESTDIR)$(PREFIX)/share/catia
install -d $(DESTDIR)$(PREFIX)/share/catia/jacklib
install -d $(DESTDIR)$(PREFIX)/share/catia/patchcanvas

# Install script files and binaries
install -m 755 \
Expand All @@ -70,7 +71,9 @@ install:
install -m 644 resources/scalable/catia.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/

# Install main code
install -m 755 src/*.py $(DESTDIR)$(PREFIX)/share/catia/
install -m 755 src/*.py $(DESTDIR)$(PREFIX)/share/catia/
install -m 755 src/jacklib/*.py $(DESTDIR)$(PREFIX)/share/catia/jacklib/
install -m 755 src/patchcanvas/*.py $(DESTDIR)$(PREFIX)/share/catia/patchcanvas/

# Adjust PREFIX value in script files
sed -i "s?X-PREFIX-X?$(PREFIX)?" \
Expand Down

0 comments on commit 2f7ca9b

Please sign in to comment.