[packages/lessphp] fix shebang
glen
glen at pld-linux.org
Mon Mar 3 13:07:27 CET 2014
commit 7bb83f145dfb20717dae3bd8638d70e11231cc45
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Mar 3 14:07:22 2014 +0200
fix shebang
fixes.patch | 2 +-
lessphp.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lessphp.spec b/lessphp.spec
index 7dc4814..4990338 100644
--- a/lessphp.spec
+++ b/lessphp.spec
@@ -1,7 +1,7 @@
Summary: lessphp is a compiler for LESS written in PHP
Name: lessphp
Version: 0.3.9
-Release: 1
+Release: 2
License: MIT/GPL v3
Group: Applications
Source0: http://leafo.net/lessphp/src/%{name}-%{version}.tar.gz
diff --git a/fixes.patch b/fixes.patch
index 843ac5b..6358200 100644
--- a/fixes.patch
+++ b/fixes.patch
@@ -2,7 +2,7 @@
+++ lessphp-0.3.9/./plessc 2013-11-14 20:37:09.986558441 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
-++#!/usr/bin/php
++#!/usr/bin/php
<?php
// Command line utility to compile LESS to STDOUT
// Leaf Corcoran <leafot at gmail.com>, 2012
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lessphp.git/commitdiff/7bb83f145dfb20717dae3bd8638d70e11231cc45
More information about the pld-cvs-commit
mailing list