]> git.koha-community.org Git - koha.git/commit
Bug 18373: Re-add UpgradeBackup.pm
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 3 Apr 2017 15:50:27 +0000 (12:50 -0300)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Apr 2017 11:19:56 +0000 (23:19 +1200)
commitb8c6167f9f5c22286a590539dcfae54832f35a8f
tree1d99cec4768136acb0bd6e2b2a3026d4e157fbc3
parentf083c8a0672490ea55dcd9b2e7b57d78115c0113
Bug 18373: Re-add UpgradeBackup.pm

Bug 18028 removed the install_misc directory but
install_misc/UpgradeBackup.pm was still used by the 'upgrade' rule of
make.

Other files from install_misc were useless to it may be better not to
reintroduce this directory with only 1 file.

Test plan:
`make`
`sudo make install`
`make upgrade`

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Installer/UpgradeBackup.pm [new file with mode: 0644]
Makefile.PL