From: Ivo Timmermans <ivo@lychnis.net>
Date: Wed, 26 Apr 2000 22:01:01 +0000 (+0000)
Subject: The make command is in /usr/bin.
X-Git-Tag: import-tinc-1.1~972
X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=e5a7291543d41d435cc0fae56e52dc62a119a225;p=meshlink

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.