diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/bootscripts.xibuild | 2 | ||||
-rw-r--r-- | repo/xi/xipkg.xibuild | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/repo/system/bootscripts.xibuild b/repo/system/bootscripts.xibuild index 112c7ac..f5ad99d 100644 --- a/repo/system/bootscripts.xibuild +++ b/repo/system/bootscripts.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(sh udev) +DEPS=(sh eudev) PKG_VER=20210608 SOURCE=https://www.linuxfromscratch.org/lfs/downloads/development/lfs-bootscripts-$PKG_VER.tar.xz diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index f18745f..e79fe31 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -7,5 +7,8 @@ DESC="The xilinux package manager" build () { make +} + +package () { make DESTDIR=$PKG_DEST install } |