mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 22:04:56 -06:00
Rename readme as readme.md for github syntax to take effect (https://github.com/ultimatepp/mirror/tree/master/uppbox/Scripts)
git-svn-id: svn://ultimatepp.org/upp/trunk@10740 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1c1f010ed7
commit
8ec97cb1da
5 changed files with 5 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ file
|
|||
git-mirror,
|
||||
idebuild,
|
||||
Makefile,
|
||||
readme,
|
||||
readme.md,
|
||||
src,
|
||||
upgrade.sh,
|
||||
uppdeb,
|
||||
|
|
|
|||
|
|
@ -348,11 +348,11 @@ log_debug_info "Cleaning source code"
|
|||
rm -f "$DESTDIR/$datadir/$package_name/uppsrc/build_info.h"
|
||||
#<end> TODO
|
||||
|
||||
log_debug_info "Copying GCC.bm CLANG.bm" *.scd "U++ license and readme"
|
||||
log_debug_info "Copying GCC.bm CLANG.bm" *.scd "U++ license and readme.md"
|
||||
cp -p GCC.bm "$DESTDIR/$datadir/$package_name/"
|
||||
cp -p CLANG.bm "$DESTDIR/$datadir/$package_name/"
|
||||
cp -p *.scd "$DESTDIR/$datadir/$package_name/"
|
||||
cp -p readme "$DESTDIR/$docdir/$package_name/"
|
||||
cp -p readme.md "$DESTDIR/$docdir/$package_name/"
|
||||
cp -p uppsrc/ide/Copying "$DESTDIR/$datadir/licenses/$package_name/"
|
||||
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ cp -p ~/Scripts/Makefile ~/upp.tmp/upp
|
|||
cp -p ~/Scripts/domake ~/upp.tmp/upp
|
||||
cp -p ~/Scripts/doinstall ~/upp.tmp/upp
|
||||
cp -p ~/Scripts/function_library ~/upp.tmp/upp
|
||||
cp -p ~/Scripts/readme ~/upp.tmp/upp
|
||||
cp -p ~/Scripts/readme.md ~/upp.tmp/upp
|
||||
cp -p ~/Scripts/upp-devel.spec ~/upp.tmp/upp
|
||||
cp -p ~/Scripts/debian ~/upp.tmp/upp/buildrequires.debian
|
||||
cp -p ~/Scripts/fedora ~/upp.tmp/upp/buildrequires.fedora
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ rm -fr %{buildroot}
|
|||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license uppsrc/ide/Copying
|
||||
%doc readme
|
||||
%doc readme.md
|
||||
%{_bindir}/theide
|
||||
%{_bindir}/umk
|
||||
%{_datadir}/applications/theide.desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue