From: Christoph Brill Date: Fri, 12 Sep 2008 03:01:37 +0000 (-0400) Subject: Fix sandbox builds (by using DESTDIR) X-Git-Tag: 0.6.0~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6da503604211f1d4de4b6e10c86d6fb811806f1;p=thirdparty%2Fplymouth.git Fix sandbox builds (by using DESTDIR) plymouth-update-initrd was getting passed the logo location without DESTDIR --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 146ded2b..c9038f0b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -14,7 +14,7 @@ plymouth-populate-initrd: $(srcdir)/plymouth-populate-initrd.in if ADD_BOOT_ENTRY install-data-hook: plymouth-update-initrd plymouth-populate-initrd - PLYMOUTH_LOGO_FILE=$(logofile) $(initrdscriptdir)/plymouth-update-initrd + PLYMOUTH_LOGO_FILE=$(DESTDIR)/$(logofile) $(DESTDIR)/$(initrdscriptdir)/plymouth-update-initrd endif EXTRA_DIST= plymouth-update-initrd.in \