Skip to content
Snippets Groups Projects
Commit ccbc2c0e authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Fix installation paths.

parent 728d722a
No related branches found
No related tags found
Loading
......@@ -35,8 +35,8 @@ ${TARGET}: guile-gumbo.o
install: all
mkdir -p $(DESTDIR)$(GUILE_SITE_DIR)
mkdir -p $(DESTDIR)$(GUILE_CCACHE_DIR)
cp -a --no-preserve=ownership scm $(DESTDIR)$(GUILE_SITE_DIR)
cp -a --no-preserve=ownership ccache $(DESTDIR)$(GUILE_CCACHE_DIR)
cp -ra --no-preserve=ownership scm/* $(DESTDIR)$(GUILE_SITE_DIR)
cp -ra --no-preserve=ownership ccache/* $(DESTDIR)$(GUILE_CCACHE_DIR)
install -Dt ${DESTDIR}/usr/lib/ libguile-gumbo.so
check: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment