forked from artix/artools
Compare commits
2 Commits
0.30.7
...
artools/0.
Author | SHA1 | Date | |
---|---|---|---|
f59c773dbc | |||
2ce4494050 |
@@ -69,6 +69,7 @@ artixpkg_repo_add() {
|
||||
done
|
||||
|
||||
DEST="$1"
|
||||
shift
|
||||
pkgbases+=("$@")
|
||||
|
||||
if ! in_array "${DEST}" "${ARTIX_DB[@]}"; then
|
||||
|
@@ -21,7 +21,7 @@ patch_pkgbase(){
|
||||
-e '/nscd.service/d' \
|
||||
-i "${pkgbuild}"
|
||||
;;
|
||||
linux|linux-lts)
|
||||
linux|linux-lts|linux-zen|linux-hardened|linux-rt|linux-rt-lts)
|
||||
msg "Patching %s" "${name}"
|
||||
sed -e 's|KBUILD_BUILD_HOST=.*|KBUILD_BUILD_HOST=artixlinux|' -i "${pkgbuild}"
|
||||
sed -e 's|CONFIG_DEFAULT_HOSTNAME=.*|CONFIG_DEFAULT_HOSTNAME="artixlinux"|' \
|
||||
|
@@ -64,13 +64,14 @@ artixpkg_repo_remove() {
|
||||
die "invalid argument: %s" "$1"
|
||||
;;
|
||||
*)
|
||||
pkgbases=("$@")
|
||||
break
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
DEST="$1"
|
||||
shift
|
||||
pkgbases=("$@")
|
||||
|
||||
if ! in_array "${DEST}" "${ARTIX_DB[@]}"; then
|
||||
die "${DEST} does not exist!"
|
||||
|
Reference in New Issue
Block a user