summaryrefslogtreecommitdiffstats
path: root/rules/initng.make
diff options
context:
space:
mode:
authorJoseph A. Lutz <joseph.lutz@novatechweb.com>2012-09-20 12:52:02 -0500
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-21 14:28:59 +0200
commit74db90775e5197d382ea73915324c5349756cf44 (patch)
tree28500ff7540650d11892e88d0edb3e08d6497e8a /rules/initng.make
parent31271de0e4cceb983cb5578a36d02b984c75c86f (diff)
downloadptxdist-74db90775e5197d382ea73915324c5349756cf44.tar.gz
ptxdist-74db90775e5197d382ea73915324c5349756cf44.tar.xz
SYSREQ library was being included twice
The library /lib/initng/libsysreq.so was being included into the package twice. Once it was dependent upon the INITNG_SYSREQ config option, the other was not. Signed-off-by: Joseph A. Lutz <joseph.lutz@novatechweb.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/initng.make')
-rw-r--r--rules/initng.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/initng.make b/rules/initng.make
index 597249da2..f5c1b85f9 100644
--- a/rules/initng.make
+++ b/rules/initng.make
@@ -342,7 +342,6 @@ $(STATEDIR)/initng.targetinstall:
ifdef PTXCONF_INITNG_LOCKFILE
@$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/liblockfile.so)
endif
- @$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/libsysreq.so)
@$(call install_copy, initng, 0, 0, 0755, -, /sbin/initng)