mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 22:58:37 -06:00
Compare commits
No commits in common. "bc98ea103e9b1ce3714533e4b7c6658c110c2bea" and "55aa6c6226d4a8341ab72585a538be91d0e2468d" have entirely different histories.
bc98ea103e
...
55aa6c6226
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
name='cockpit-docker-fork'
|
||||
_name='cockpit-docker'
|
||||
version=VERSION
|
||||
release=2
|
||||
release=1
|
||||
desc='Manage your docker containers from Cockpit'
|
||||
homepage='https://github.com/mrevjd/cockpit-docker'
|
||||
architectures=('all')
|
||||
|
@ -28,6 +28,5 @@ package() {
|
|||
tar -xf ${name}.tar.gz -C .
|
||||
# Binary
|
||||
mkdir -p "${pkgdir}/usr/share/cockpit"
|
||||
sed -i 's/v1\.12/v1\.24/g' docker/docker.js
|
||||
mv docker "${pkgdir}/usr/share/cockpit/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue