From: Ivo Timmermans Date: Wed, 26 Apr 2000 22:01:01 +0000 (+0000) Subject: The make command is in /usr/bin. X-Git-Tag: release-1.0pre1~45 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=e5a7291543d41d435cc0fae56e52dc62a119a225 The make command is in /usr/bin. --- diff --git a/debian/rules b/debian/rules index 74744d2a..6a7962f9 100644 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#!/bin/make -f +#!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess.