Renamed grc to grc65 to avoid name conflicts with another software named grc.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4875 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -4,6 +4,6 @@ debian/ca65html.1
|
||||
debian/cc65.1
|
||||
debian/cl65.1
|
||||
debian/da65.1
|
||||
debian/grc.1
|
||||
debian/grc65.1
|
||||
debian/ld65.1
|
||||
debian/od65.1
|
||||
|
||||
@@ -62,7 +62,7 @@ binary-arch: checkroot build
|
||||
dh_testroot -a
|
||||
dh_installdirs -a
|
||||
dh_installmenu -a
|
||||
for bin in ar65 ca65 cc65 cl65 da65 grc ld65 od65 ca65html; do \
|
||||
for bin in ar65 ca65 cc65 cl65 da65 grc65 ld65 od65 ca65html; do \
|
||||
install -m0755 `pwd`/src/$$bin/$$bin debian/cc65/usr/bin; \
|
||||
done
|
||||
for info in ar65 ca65 cc65 cl65 ld65 debugging dio geos coding intro library; do \
|
||||
|
||||
@@ -324,7 +324,7 @@ This package contains the header files and libraries needed to write
|
||||
GEOS programs for the C64/C128 using the cc65 crosscompiler.
|
||||
|
||||
%files geos
|
||||
%attr(755,root,root) /usr/bin/grc
|
||||
%attr(755,root,root) /usr/bin/grc65
|
||||
%attr(644,root,root) %{_libdir}/cc65/lib/geos.lib
|
||||
%attr(755,root,root) %dir %{_libdir}/cc65/include/geos
|
||||
%attr(644,root,root) %{_libdir}/cc65/include/geos/*.h
|
||||
@@ -492,7 +492,7 @@ install -s -m 755 src/cc65/cc65 $RPM_BUILD_ROOT%{_bindir}
|
||||
install -s -m 755 src/cl65/cl65 $RPM_BUILD_ROOT%{_bindir}
|
||||
install -s -m 755 src/co65/co65 $RPM_BUILD_ROOT%{_bindir}
|
||||
install -s -m 755 src/da65/da65 $RPM_BUILD_ROOT%{_bindir}
|
||||
install -s -m 755 src/grc/grc $RPM_BUILD_ROOT%{_bindir}
|
||||
install -s -m 755 src/grc65/grc65 $RPM_BUILD_ROOT%{_bindir}
|
||||
install -s -m 755 src/ld65/ld65 $RPM_BUILD_ROOT%{_bindir}
|
||||
install -s -m 755 src/od65/od65 $RPM_BUILD_ROOT%{_bindir}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user