blob: 800727d034c9e2c88ff850083dfd80c24c82dd3b (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
# Released under the MIT license (see packages/COPYING)
require debianutils.inc
PR="r1"
do_configure_prepend() {
sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am
}
|