equal
deleted
inserted
replaced
49 # Add here commands to install the package into debian/plcopeneditor. |
49 # Add here commands to install the package into debian/plcopeneditor. |
50 mkdir -p $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
50 mkdir -p $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
51 |
51 |
52 ### Installing the data files |
52 ### Installing the data files |
53 # should be copied to /usr/local/objdictedit |
53 # should be copied to /usr/local/objdictedit |
54 cp -r examples Images graphics plcopen xmlclass snapshots minixsv \ |
54 cp -r examples Images graphics plcopen snapshots minixsv \ |
55 $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
55 $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
56 cp *.py $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
56 cp *.py $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
57 chmod -R a+r $(CURDIR)/debian/plcopeneditor |
57 chmod -R a+r $(CURDIR)/debian/plcopeneditor |
58 |
58 |
59 ### Installing menufile |
59 ### Installing menufile |