[pacman-dev] [PATCH 4/5] Changed double quotes to single quotes for the split pkgdesc and url

Alexander Rødseth rodseth at gmail.com
Thu Oct 25 09:21:00 EDT 2012


Signed-off-by: Alexander Rødseth <rodseth at gmail.com>
---
 proto/PKGBUILD-split.proto | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/proto/PKGBUILD-split.proto b/proto/PKGBUILD-split.proto
index ab31e71..6b36dea 100644
--- a/proto/PKGBUILD-split.proto
+++ b/proto/PKGBUILD-split.proto
@@ -44,9 +44,9 @@ package_pkg1() {
   pkgver=
   pkgrel=
   epoch=
-  pkgdesc=""
+  pkgdesc=''
   arch=()
-  url=""
+  url=''
   license=()
   groups=()
   depends=()
@@ -65,7 +65,7 @@ package_pkg1() {
 
 package_pkg2() {
   # options and directives overrides
-  pkgdesc=""
+  pkgdesc=''
 
   cd $srcdir/$pkgbase-$pkgver
   make DESTDIR="$pkgdir/" install-pkg2
-- 
1.8.0



More information about the pacman-dev mailing list