rev 19132 - kde-extras/k3b/trunk/debian/patches

Pino Toscano pino at alioth.debian.org
Sat Feb 25 15:13:33 UTC 2012


Author: pino
Date: 2012-02-25 15:13:32 +0000 (Sat, 25 Feb 2012)
New Revision: 19132

Modified:
   kde-extras/k3b/trunk/debian/patches/k3bsetup-put-the-shebang-in-the-first-line.patch
Log:
fix the k3bsetup shebang with my upstream fix


Modified: kde-extras/k3b/trunk/debian/patches/k3bsetup-put-the-shebang-in-the-first-line.patch
===================================================================
--- kde-extras/k3b/trunk/debian/patches/k3bsetup-put-the-shebang-in-the-first-line.patch	2012-02-25 14:40:47 UTC (rev 19131)
+++ kde-extras/k3b/trunk/debian/patches/k3bsetup-put-the-shebang-in-the-first-line.patch	2012-02-25 15:13:32 UTC (rev 19132)
@@ -1,7 +1,10 @@
 From f86c3980aac45ac81ab1737d3366c3cd5449fa3c Mon Sep 17 00:00:00 2001
+From 60dcd4363cadd48efa847f2de2f46024eae6a67c
 From: Pino Toscano <pino at kde.org>
 Date: Mon, 20 Feb 2012 12:12:42 +0100
+Date: Sat, 25 Feb 2012 16:10:15 +0100
 Subject: [PATCH] k3bsetup: put the shebang in the first line
+Subject: [PATCH] k3bsetup: fix the shebang line to be just /bin/sh
 
 ---
  k3bsetup/k3bsetup |    4 +---
@@ -12,7 +15,7 @@
 --- a/k3bsetup/k3bsetup
 +++ b/k3bsetup/k3bsetup
 @@ -1,3 +1,4 @@
-+#!/usr/bin/sh
++#!/bin/sh
  #
  # $Id$
  # Copyright (C) 2003 Sebastian Trueg <trueg at k3b.org>




More information about the pkg-kde-commits mailing list