diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /sys-boot/grub/files/grub-2.00-rogentos-patch.patch |
Added ebuilds for kogaion desktop
Diffstat (limited to 'sys-boot/grub/files/grub-2.00-rogentos-patch.patch')
-rw-r--r-- | sys-boot/grub/files/grub-2.00-rogentos-patch.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-boot/grub/files/grub-2.00-rogentos-patch.patch b/sys-boot/grub/files/grub-2.00-rogentos-patch.patch new file mode 100644 index 00000000..f3238628 --- /dev/null +++ b/sys-boot/grub/files/grub-2.00-rogentos-patch.patch @@ -0,0 +1,10 @@ +--- grub-2.00.orig/util/grub.d/10_linux.in 2012-09-09 23:41:17.299578772 +0000 ++++ grub-2.00/util/grub.d/10_linux.in 2012-09-09 23:40:11.014407451 +0000 +@@ -25,6 +25,7 @@ datarootdir="@datarootdir@" + + export TEXTDOMAIN=@PACKAGE@ + export TEXTDOMAINDIR="@localedir@" ++export GRUB_DISTRIBUTOR=Rogentos + + CLASS="--class gnu-linux --class gnu --class os" + |