void-mklive: use fixed version/date.
This commit is contained in:
parent
2bf8331bac
commit
dc18acd188
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'void-mklive'
|
||||
pkgname=void-mklive
|
||||
version="$(date -u +%Y%m%d)"
|
||||
version=20130128
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX=/usr"
|
||||
|
@ -8,10 +8,6 @@ short_desc="The Void Linux live image maker"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Simplified BSD"
|
||||
homepage="https://voidlinux.github.com/"
|
||||
long_desc="
|
||||
This is a simple shell script to build a live image for the
|
||||
Void linux distribution. The images contain the void-installer package
|
||||
to be able to install Void linux to storage disks."
|
||||
|
||||
noarch=yes
|
||||
nofetch=yes
|
||||
|
|
Loading…
Reference in a new issue