fppkg: shortened the name of pkguninstalledsourcesrepository.pp

git-svn-id: trunk@35277 -
This commit is contained in:
Károly Balogh 2017-01-12 13:35:08 +00:00
parent dda85c3c49
commit a8325b763f
4 changed files with 4 additions and 4 deletions

2
.gitattributes vendored
View File

@ -3407,7 +3407,7 @@ packages/fppkg/src/pkgmkconv.pp svneol=native#text/plain
packages/fppkg/src/pkgoptions.pp svneol=native#text/plain
packages/fppkg/src/pkgpackagesstructure.pp svneol=native#text/plain
packages/fppkg/src/pkgrepos.pp svneol=native#text/plain
packages/fppkg/src/pkguninstalledsourcesrepository.pp svneol=native#text/plain
packages/fppkg/src/pkguninstalledsrcsrepo.pp svneol=native#text/plain
packages/fppkg/src/pkgwget.pp svneol=native#text/plain
packages/fuse/Makefile svneol=native#text/plain
packages/fuse/Makefile.fpc svneol=native#text/plain

View File

@ -71,7 +71,7 @@ begin
T.Dependencies.AddInclude('fpmkunitsrc.inc');
T:=P.Targets.AddUnit('pkgcommands.pp');
T:=P.Targets.AddUnit('pkgpackagesstructure.pp');
T:=P.Targets.AddUnit('pkguninstalledsourcesrepository.pp');
T:=P.Targets.AddUnit('pkguninstalledsrcsrepo.pp');
T:=P.Targets.AddUnit('pkgwget.pp', TargetsWithWGet);
T:=P.Targets.AddUnit('pkgfphttp.pp', TargetsWithfpWeb);

View File

@ -259,7 +259,7 @@ Type
Implementation
uses
pkgUninstalledSourcesRepository,
pkgUninstalledSrcsRepo,
pkgPackagesStructure,
pkgmessages;

View File

@ -1,4 +1,4 @@
unit pkgUninstalledSourcesRepository;
unit pkgUninstalledSrcsRepo;
{$mode objfpc}{$H+}