From 62bc805daaa857e76d18416ff3a1c583cea060ed Mon Sep 17 00:00:00 2001
From: Michael R Sweet <michael.r.sweet@gmail.com>
Date: Thu, 29 Nov 2001 22:05:55 +0000
Subject: [PATCH] Fix for makesrcdist script...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1791 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
 FL/Enumerations.H | 4 ++--
 makesrcdist       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 291ee1edd..b75820173 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -1,5 +1,5 @@
 //
-// "$Id: Enumerations.H,v 1.18.2.14.2.13 2001/11/29 21:24:49 easysw Exp $"
+// "$Id: Enumerations.H,v 1.18.2.14.2.14 2001/11/29 22:05:55 easysw Exp $"
 //
 // Enumerations for the Fast Light Tool Kit (FLTK).
 //
@@ -372,5 +372,5 @@ enum Fl_Damage {
 #endif
 
 //
-// End of "$Id: Enumerations.H,v 1.18.2.14.2.13 2001/11/29 21:24:49 easysw Exp $".
+// End of "$Id: Enumerations.H,v 1.18.2.14.2.14 2001/11/29 22:05:55 easysw Exp $".
 //
diff --git a/makesrcdist b/makesrcdist
index 5d4a2e961..983a06325 100755
--- a/makesrcdist
+++ b/makesrcdist
@@ -47,7 +47,7 @@ cp demo.menu demod.menu
 
 for file in *.fl; do
 	echo $file
-	/usr/local/src/fltk-1.1/fluid/fluid -c $file
+	fluid -c $file
 	if test $? != 0; then
 		echo Error executing fluid: $?
 		exit 1
-- 
GitLab