diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-06-20 14:06:08 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-21 08:41:45 +1000 |
commit | 2ee95c7b76bdc004b8b84520c00ac14db4a17bfc (patch) | |
tree | dcf29d68dae0d4ba84e36172343de51ec2191695 /doc | |
parent | 948cd6ee540cebe1def6b46d2a6c4b82ce670410 (diff) |
doc: update build instructions for Arch
`abs` has been deprecated, and shut down last month. [1]
`asp` replaces it, so rewrite the instructions to use this instead.
Also, add `--noextract` to the makepkg command, as there is no point
downloading and extracting the sources since they're not going to be
built here.
[1] https://www.archlinux.org/news/deprecation-of-abs/
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/building.dox | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/building.dox b/doc/building.dox index 56dfd6f..5ca2de4 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -148,10 +148,11 @@ $> sudo zypper modifyrepo --disable `zypper repos | grep source | awk '{print $5 </li> <li><b>Arch</b>: <pre> -$> abs extra/libinput +$> sudo pacman -S asp $> cd $(mktemp -d) -$> cp /var/abs/extra/libinput/PKGBUILD . -$> makepkg --syncdeps --nobuild +$> asp export libinput +$> cd libinput +$> makepkg --syncdeps --nobuild --noextract </pre> </li> </ul> |