Factory review fixes OBS-URL: https://build.opensuse.org/request/show/944227 OBS-URL: https://build.opensuse.org/package/show/utilities/arch-install-scripts?expand=0&rev=5
15 lines
259 B
Diff
15 lines
259 B
Diff
Remove an Arch-specific script that is useless on other distros and requires a working pacman install.
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -7,9 +7,7 @@
|
|
genfstab \
|
|
- pacstrap
|
|
|
|
MANS = \
|
|
doc/arch-chroot.8 \
|
|
doc/genfstab.8 \
|
|
- doc/pacstrap.8
|
|
|
|
BASH = bash
|