Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bot-test
community
9base
Commits
f14e9ba6
Commit
f14e9ba6
authored
Sep 30, 2013
by
Bartłomiej Piotrowski
Browse files
rebuild and re-sign package due to Christopher Brannon's key removal
parent
d16c5235
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
f14e9ba6
...
...
@@ -5,7 +5,7 @@
pkgname
=
9base
pkgver
=
6
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"Port of various original Plan9 tools to unix"
url
=
"http://tools.suckless.org/9base"
source
=(
http://dl.suckless.org/tools/
$pkgname
-
$pkgver
.tar.gz 9 plan9.sh
)
...
...
@@ -15,9 +15,8 @@ provides=('plan9')
arch
=(
'i686'
'x86_64'
)
license
=(
'custom'
)
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
$pkgname
-
$pkgver
case
$CARCH
in
i686
)
sed
-i
's#^OBJTYPE\s.*$#OBJTYPE = 386#'
config.mk
;;
...
...
@@ -35,7 +34,7 @@ build()
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
cd
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
install
-m755
../9
"
$pkgdir
/opt/plan9/bin/"
install
-D
-m755
../plan9.sh
"
$pkgdir
/etc/profile.d/plan9.sh"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment