Skip to content

Commit

Permalink
improve makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Aug 10, 2021
1 parent 009f025 commit d970d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/makefile
Expand Up @@ -2,10 +2,10 @@ include prorab.mk

this_soname := $(shell cat $(d)../src/soname.txt)

#install default resource pack
# install default resource pack
define this_rules
install::
$(prorab_echo)for i in $(patsubst $(d)morda_res/%,/%,$(shell find $(d)morda_res -type f -name "*")); do \
$(.RECIPEPREFIX)$(a)for i in $(patsubst $(d)morda_res/%,/%,$(shell find $(d)morda_res -type f -name "*")); do \
install -d $(DESTDIR)$(PREFIX)/share/morda/res$(this_soname)$$$${i%/*}; \
install -m 644 $(d)morda_res$$$$i $(DESTDIR)$(PREFIX)/share/morda/res$(this_soname)$$$$i; \
done
Expand Down

0 comments on commit d970d5f

Please sign in to comment.