diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-15 20:39:23 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-15 20:39:23 +0200 |
| commit | 7e27a7d87dc3a6a6f56607ec008f53a636b4dd77 (patch) | |
| tree | e36d33b5eb068194861643e7ac1093028cb097bb /_wip | |
| parent | d6d883cd039c2dbd02fe3b57c0204202e8e08169 (diff) | |
Cleanup tails-installer
Diffstat (limited to '_wip')
| -rw-r--r-- | _wip/tails-installer/PKGBUILD | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/_wip/tails-installer/PKGBUILD b/_wip/tails-installer/PKGBUILD index c3a8205..aa003f3 100644 --- a/_wip/tails-installer/PKGBUILD +++ b/_wip/tails-installer/PKGBUILD @@ -13,15 +13,9 @@ source=("git://git.tails.boum.org/liveusb-creator#tag=tails-installer_${pkgver}" sha256sums=('SKIP') _pkgname=liveusb-creator -build() { - cd "${srcdir}/${_pkgname}" -} - package() { cd "${srcdir}/${_pkgname}" - sed -i '1!b;s/python/python2/' tails-installer{,-launcher} - python2 setup.py install --root=${pkgdir} } |
