Ver Fonte

Fix FS#37412

Jan Alexander Steffens há 11 anos atrás
pai
commit
a27285cbd7
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      PKGBUILD

+ 4 - 2
PKGBUILD

@@ -3,7 +3,7 @@
 
 pkgname=gnome-shell
 pkgver=3.10.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The next generation GNOME Shell"
 arch=(i686 x86_64)
 url="http://live.gnome.org/GnomeShell"
@@ -15,7 +15,6 @@ depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
 makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
 optdepends=('gnome-control-center: System settings'
             'evolution-data-server: Evolution calendar integration')
-options=('!emptydirs')
 install=gnome-shell.install
 groups=(gnome)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
@@ -51,4 +50,7 @@ build() {
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  # Must exist; FS#37412
+  mkdir -p "$pkgdir/usr/share/gnome-shell/modes"
 }