diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 00:18:15 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-16 21:36:47 -0300 |
| commit | b288e585cd7f02fee8ec78d4a43db6715fe8f868 (patch) | |
| tree | c6ac34ff43a10e1d13412386ca7edf599880fe27 | |
| parent | b17064b3f1ebcd4ccfe5c617ec5a1d52ec74a987 (diff) | |
| download | aports-b288e585cd7f02fee8ec78d4a43db6715fe8f868.tar.bz2 aports-b288e585cd7f02fee8ec78d4a43db6715fe8f868.tar.xz | |
main/alpine-baselayout: install {,/usr}/lib/modules-load.d
| -rw-r--r-- | main/alpine-baselayout/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/alpine-baselayout/APKBUILD b/main/alpine-baselayout/APKBUILD index 346d87c60a..19c34b778f 100644 --- a/main/alpine-baselayout/APKBUILD +++ b/main/alpine-baselayout/APKBUILD @@ -35,7 +35,6 @@ prepare() { } build() { - cd "$builddir" ${CC:-${CROSS_COMPILE}gcc} $CPPFLAGS $CFLAGS $LDFLAGS \ "$srcdir"/mkmntdirs.c -o "$builddir"/mkmntdirs @@ -76,6 +75,7 @@ package() { home \ lib/firmware \ lib/mdev \ + lib/modules-load.d \ media/cdrom \ media/floppy \ media/usb \ @@ -87,6 +87,7 @@ package() { srv \ sys \ usr/bin \ + usr/lib/modules-load.d \ usr/local/bin \ usr/local/lib \ usr/local/share \ |
