aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKARBOWSKI Piotr <piotr.karbowski@gmail.com>2017-12-27 16:19:37 +0100
committerKARBOWSKI Piotr <piotr.karbowski@gmail.com>2017-12-27 16:19:37 +0100
commitc6a4689c83d4c64f8f730ef1bd8f70b1e6f785ca (patch)
tree14fad390f2141a3ca774e94c8d4bff013b3ee357
parentRemoval of uswsusp (diff)
downloadbetter-initramfs-c6a4689c83d4c64f8f730ef1bd8f70b1e6f785ca.tar.xz
better-initramfs-c6a4689c83d4c64f8f730ef1bd8f70b1e6f785ca.zip
vconfig.lebuild: restyle.
-rwxr-xr-xbootstrap/lebuilds/vconfig.lebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/bootstrap/lebuilds/vconfig.lebuild b/bootstrap/lebuilds/vconfig.lebuild
index 1162700..28c8b82 100755
--- a/bootstrap/lebuilds/vconfig.lebuild
+++ b/bootstrap/lebuilds/vconfig.lebuild
@@ -5,9 +5,14 @@ sources=( "https://bitbucket.org/piotrkarbowski/better-initramfs/downloads/vlan.
homepage='http://www.candelatech.com/~greear/vlan.html'
license='GPL-2'
-build_cmd="cd /source/${name}-${version} && make purge && make CFLAGS='-Os' LDFLAGS='-static' vconfig"
+build_cmd="
+ cd /source/${name}-${version} && \
+ make purge && \
+ make vconfig && \
+ install vconfig -m 755 /binit/prefix/sbin/vconfig
+"
-deploy="/source/${name}-${version}/vconfig"
+deploy="/binit/prefix/sbin/vconfig"
fetch_source
install_source