From 22704276f7d9b290f91b6023bf9bcbe7020a5869 Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@redcorelinux.org>
Date: Fri, 23 Dec 2016 06:36:40 +0000
Subject: adjust makefile

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 7ffbec2..b49d401 100644
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,7 @@ install:
 
 	install -d $(DESTDIR)$(UBINDIR)
 	install -m 0755 sisyphus $(DESTDIR)$(UBINDIR)/
+	install -d $(DESTDIR)$(LIBDIR)
+	install -m 0755 libsisyphus $(DESTDIR)$(LIBDIR)/
 	install -d $(DESTDIR)$(POLKITDIR)
 	install -m 0644 org.redcorelinux.sisyphus.policy $(DESTDIR)$(POLKITDIR)/
-- 
cgit v1.2.3