From b178e7242aea6983904b108c8714438c54c44554 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 13 May 2014 12:21:26 -0400 Subject: Makefile.in: Add "opkg" macro. --- (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 2a07fd7..626ebb4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,6 +37,7 @@ sysconfdir = @sysconfdir@ DESTDIR = / sh = @sh@ +opkg = @opkg@ metadata = @metadata@ @@ -101,6 +102,7 @@ script = \ s&@@SYSCONFDIR@@&$(sysconfdir)&;\ s&@@HELPERDIR@@&$(helperdir)&;\ s&@@SH@@&$(sh)&;\ + s&@@OPKG@@&$(opkg)&;\ s&@@METADATA@@&$(metadata)&;\ .SUFFIXES: -- cgit v0.9.1