Loading istanbul/PKGBUILD +4 −4 Original line number Diff line number Diff line Loading @@ -48,11 +48,11 @@ build() { package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install make DESTDIR="$pkgdir" install install -d -m 755 "${pkgdir}/usr/share/gconf/schemas" gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}"/usr/etc/gconf/schemas/*.schemas rm -f "${pkgdir}"/usr/etc/gconf/schemas/*.schemas install -d -m 755 "$pkgdir/usr/share/gconf/schemas" gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" "$pkgdir"/usr/etc/gconf/schemas/*.schemas rm -f "$pkgdir"/usr/etc/gconf/schemas/*.schemas } # vim:set ts=2 sw=2 ft=sh et: Loading
istanbul/PKGBUILD +4 −4 Original line number Diff line number Diff line Loading @@ -48,11 +48,11 @@ build() { package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install make DESTDIR="$pkgdir" install install -d -m 755 "${pkgdir}/usr/share/gconf/schemas" gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}"/usr/etc/gconf/schemas/*.schemas rm -f "${pkgdir}"/usr/etc/gconf/schemas/*.schemas install -d -m 755 "$pkgdir/usr/share/gconf/schemas" gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" "$pkgdir"/usr/etc/gconf/schemas/*.schemas rm -f "$pkgdir"/usr/etc/gconf/schemas/*.schemas } # vim:set ts=2 sw=2 ft=sh et: