From 73c2a1f08d6ad7fa7f2387f72e9c7594f2ccdc34 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 21 Oct 2011 20:02:03 +0200 Subject: [PATCH] [Makefile] add libraries as symlink of lib/ for backward compatibility --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 01200ce38..a7a97eb3c 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ entropy-install: mkdir -p $(DESTDIR)/$(LIBDIR)/entropy/services cp lib/entropy $(DESTDIR)/$(LIBDIR)/entropy/lib/ -Ra + ln -sf lib $(DESTDIR)/$(LIBDIR)/entropy/libraries install -m 755 misc/entropy.sh $(DESTDIR)$(PREFIX)/sbin/ install -m 755 services/repository_services $(DESTDIR)/etc/init.d/ install -m 755 services/smartapp_wrapper $(DESTDIR)/$(LIBDIR)/entropy/services/