Skip to content

Commit

Permalink
Fix missing directory install with DESTDIR; change PNAME for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
domichel committed Oct 10, 2023
1 parent 8bf75b1 commit 19fb762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: help

DESTDIR ?=
PREFIX ?= /usr/local
PNAME = calf-big-styles
PNAME = calf_big_styles
PVERSION = 1.0.0
LICENSEINST ?= yes

Expand All @@ -30,6 +30,7 @@ help:

install:
@echo "Installing the calf styles into $(DESTDIR)$(PREFIX)/share/calf/styles ..."
mkdir -p $(DESTDIR)$(PREFIX)/share/calf/styles
cp -r Calf_0.0.19_Big $(DESTDIR)$(PREFIX)/share/calf/styles
cp -r Calf_Default_Big $(DESTDIR)$(PREFIX)/share/calf/styles
cp -r Calf_Flat_Big $(DESTDIR)$(PREFIX)/share/calf/styles
Expand Down

0 comments on commit 19fb762

Please sign in to comment.