]> git.sesse.net Git - cubemap/commitdiff
Create $(libdir) on make install. master
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 2 Jan 2024 17:47:33 +0000 (18:47 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 2 Jan 2024 17:48:08 +0000 (18:48 +0100)
Makefile.in

index a44f14520869f461a074a2dc88fa403d1576ee8b..c910c259810de76f604043ecad717dee92cf6709 100644 (file)
@@ -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 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
        $(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