From 3968945f8c317d892d6f1e3c58b791c8f2eb7d94 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 2 Jan 2024 18:47:33 +0100 Subject: [PATCH] Create $(libdir) on make install. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index a44f145..c910c25 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,6 +54,7 @@ install: $(INSTALL) -m 755 -o root -g root cubemap $(DESTDIR)$(prefix)/bin/cubemap $(INSTALL) -m 755 -o root -g root munin/cubemap munin/cubemap_input $(DESTDIR)$(prefix)/share/munin/plugins/ ifeq (@have_ffmpeg@,yes) + $(INSTALL) -m 755 -o root -g root -d $(DESTDIR)$(libdir) $(INSTALL) -m 755 -o root -g root ffmpeg_metacube_hack.so $(DESTDIR)$(libdir)/ endif gzip -c cubemap.1 > $(DESTDIR)$(prefix)/share/man/man1/cubemap.1.gz -- 2.39.2