This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- winusb-1.0.11/src/winusb.orig 2013-03-28 05:57:44.000000000 +0800 | |
+++ winusb-1.0.11/src/winusb 2016-01-21 20:59:00.954759406 +0800 | |
@@ -399,7 +399,7 @@ | |
# Grub | |
echo "Installing grub..." | |
-grub-install --root-directory="$partitionMountPath" "$device" | |
+grub-install --target=i386-pc --boot-directory="$partitionMountPath" "$device" | |
uuid=$(blkid -o value -s UUID "$partition") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.SRCINFO b/.SRCINFO | |
index d06bcbe..bb224af 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,9 +1,9 @@ | |
# Generated by mksrcinfo v8 | |
-# Wed Jan 13 13:48:23 UTC 2016 | |
+# Mon Jan 25 05:55:11 UTC 2016 | |
pkgbase = winusb | |
pkgdesc = Simple tool to create a usb stick installer for Windows (Vista and above) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 9ea5409..a80d7a6 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,5 +1,5 @@ | |
pkgname=wp-cli | |
-pkgver=0.19.2 | |
+pkgver=0.20.0 | |
pkgrel=1 | |
pkgdesc="A command-line tool for managing WordPress" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Christoph Vigano <[email protected]> | |
pkgname=ikiwiki | |
pkgver=3.20150107 | |
pkgrel=1 | |
pkgdesc="wiki/blog compiler" | |
arch=(any) | |
license=('GPL') | |
url="http://ikiwiki.info" | |
depends=(perl-yaml perl-text-markdown perl-cgi-session perl-cgi-formbuilder perl-timedate perl-html-parser perl-html-scrubber perl-mail-sendmail perl-time-duration perl-uri perl-html-template perl-locale-gettext perl-rpc-xml perl-yaml-libyaml) | |
source=("http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm local@mildred:~$ set -x | |
++ rvm-prompt | |
++ parse_git_branch | |
++ git branch | |
++ sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' | |
rvm local@mildred:~$ rvm-prompt | |
+ rvm-prompt | |
rvm | |
++ rvm-prompt | |
++ parse_git_branch |
NewerOlder