mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
initscripts-live: adopt to 2011.11.2
This commit is contained in:
parent
ca45cb4d8a
commit
0ff1aa5276
@ -6,7 +6,7 @@
|
||||
|
||||
_origname=initscripts
|
||||
pkgname=initscripts-live
|
||||
pkgver=2011.11.1
|
||||
pkgver=2011.11.2
|
||||
pkgrel=1
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -24,16 +24,16 @@ optdepends=('bridge-utils: Network bridging support'
|
||||
'wireless_tools: Wireless networking')
|
||||
source=("http://chakra.sourceforge.net/sources/${_origname}/${_origname}-${pkgver}.tar.xz"
|
||||
'http://chakra.sourceforge.net/sources/initscripts/wireless.conf.d'
|
||||
"http://chakra.sourceforge.net/sources/initscripts/${pkgname}-2011.11.0.patch")
|
||||
sha256sums=('186ebf437ec51f524fd2e341d68d1f15b724b988e61eef9d641bafed5375b859'
|
||||
"http://chakra.sourceforge.net/sources/initscripts/${pkgname}-2011.11.2.patch")
|
||||
sha256sums=('1a69b69cfd09b2f5295340a136b45fc20dde303785f4793cefa748f3f36e9f3a'
|
||||
'0eba4250b07e0a727ef64772f5ee9027b123cbd4bb0894ba2842f545035c827f'
|
||||
'8654a9e79385cc746aa9ecc11d0f0fb7001e3087a7a0fadc55922dd84494dbe8')
|
||||
'566153f0a203b7c547d7e25a377afe0ef4029b4c27c9e13a8671d43db7745f6f')
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/chakra-${_origname}
|
||||
make DESTDIR=${pkgdir} install
|
||||
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
|
||||
cd ${pkgdir}
|
||||
patch -Np1 -i ${srcdir}/${pkgname}-2011.11.0.patch || return 1
|
||||
patch -Np1 -i ${srcdir}/${pkgname}-2011.11.2.patch || return 1
|
||||
rm -v $(find . -type f -name '*.orig')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user