diff options
Diffstat (limited to 'package/newt/newt.mk')
-rw-r--r-- | package/newt/newt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/newt/newt.mk b/package/newt/newt.mk index 58b6592d5..f48956959 100644 --- a/package/newt/newt.mk +++ b/package/newt/newt.mk @@ -33,6 +33,7 @@ $(NEWT_DIR)/.configured: $(NEWT_DIR)/.source --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ + --libdir=/lib \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ --datadir=/usr/share \ |