jiayouxjh / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

make install - Makefile bug - not installing /scripts (FIX INCLUDED :) ) #355

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
-What steps will reproduce the problem?
 sudo make install in /src dir
-What is the expected output? What do you see instead?
 I expect installing grafx2
 but error telling me cp command misses second argument (destination) occurs
-What version of GrafX2 are you using? On what operating system?
 svn 1499 revision, Ubuntu 8.04
-Please provide any additional information below.
 Makefile line 312 needs fix
from SCRIPT_FILES1 = SCRIPT_FILES1 SCRIPTE_FILES2 
to SCRIPT_FILES=$(SCRIPT_FILES1) $(SCRIPT_FILES2)

Dont forget to use the labels to mention your Operating system (OpSys-*)
and the version of grafx2 you are using (Milestone-2.0 or Milestone-2.1).

Original issue reported on code.google.com by fanickbux@gmail.com on 14 Jun 2010 at 4:56

GoogleCodeExporter commented 9 years ago
fixed in r1500. Thanks for reporting !

Original comment by pulkoma...@gmail.com on 14 Jun 2010 at 5:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
BUG IS STILL PRESENT
<<<<<<< .mine
SCRIPT_FILES=$(SCRIPT_FILES1) $( SCRIPT_FILES2)  - this is ok
=======
SCRIPT_FILES1= $(SCRIPT_FILES1) $(SCRIPT_FILES2) - this is bad
>>>>>>> .r1504

Original comment by fanickbux@gmail.com on 15 Jun 2010 at 8:20

GoogleCodeExporter commented 9 years ago
fixed again in r1505.

Original comment by pulkoma...@gmail.com on 15 Jun 2010 at 9:02