Commit f94606ed69d1abfe7e5492393dfb188fec349d72

Authored by Perry Werneck
1 parent 012f1a96
Exists in master and in 1 other branch develop

Updating packages.

Showing 2 changed files with 6 additions and 2 deletions   Show diff stats
arch/PKGBUILD
... ... @@ -34,5 +34,9 @@ build() {
34 34 package() {
35 35 cd $pkgname-$pkgver
36 36 DESTDIR="$pkgdir" make install
  37 +
  38 + # Remove compiled schema.
  39 + rm -f $pkgdir/usr/share/glib-2.0/schemas/gschemas.compiled
  40 +
37 41 }
38 42  
... ...
rpm/_service
... ... @@ -53,11 +53,11 @@
53 53 <param name="outfilename">debian.shlibs</param>
54 54 </service -->
55 55  
56   - <service name="extract_file">
  56 + <!-- service name="extract_file">
57 57 <param name="archive">*.tar</param>
58 58 <param name="files">*/arch/PKGBUILD</param>
59 59 <param name="outfilename">PKGBUILD</param>
60   - </service>
  60 + </service -->
61 61  
62 62 <service name="recompress">
63 63 <param name="file">*.tar</param>
... ...