fix typo
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
5f4bcf8f71
commit
3caf01a905
|
@ -9,7 +9,7 @@ steps:
|
|||
- BUILD_DEPS=libx11-dev libxinerama-dev libxft-dev libfreetype6-dev libgpgme-dev libfontconfig1-dev libassuan-dev
|
||||
commands: |
|
||||
apt-get update
|
||||
apt-get install $${BUILD_DEPS}
|
||||
apt-get install -y $${BUILD_DEPS}
|
||||
make install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"
|
||||
|
||||
package-xbps:
|
||||
|
|
Reference in New Issue