From: Steinar H. Gunderson Date: Tue, 2 Jan 2024 17:47:33 +0000 (+0100) Subject: Create $(libdir) on make install. X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=HEAD;ds=sidebyside Create $(libdir) on make install. --- 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