From c2e595ca487b9eb5c1e1bc2ecf89b86fbb1c1821 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sat, 26 Dec 2015 19:52:26 +0000 Subject: [PATCH] add soname to install target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5972c35..780114a 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,5 @@ install: elftype install -d -m2770 -o root -g adm $(DESTDIR)/var/lib/admin/notes/open install -d -m2770 -o root -g adm $(DESTDIR)/var/lib/admin/notes/ack install -D elftype $(DESTDIR)/usr/sbin/elftype + install -D soname $(DESTDIR)/usr/sbin/soname #SPOOL=$(DESTDIR)/var/lib/admin/notes ./zpm-sequence -c notes -- 2.40.0