author | Sergej Pupykin
<spupykin@archlinux.org> 2013-02-04 16:57:17 UTC |
committer | Sergej Pupykin
<spupykin@archlinux.org> 2013-02-04 16:57:17 UTC |
parent | 45643c91311037e9c39cf4f3ec851e5c52afb778 |
PKGBUILD | +5 | -0 |
diff --git a/PKGBUILD b/PKGBUILD index 9ba6ec1..1dbf2f7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,6 +22,11 @@ build() { --includedir=/usr/include/sdcc \ --libdir=/usr/lib/sdcc make +} + +package() { + cd $srcdir/$pkgname + make install DESTDIR=$pkgdir if [ -d $pkgdir/usr/lib/lib ]; then