Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/multimedia/dvd-slideshow/files/patch-install.sh
18157 views
1
--- install.sh.orig 2006-09-18 00:26:46.000000000 -0500
2
+++ install.sh 2007-09-02 19:46:04.000000000 -0500
3
@@ -10,16 +10,16 @@
4
cp man/jigl2slideshow.1 /usr/local/man/man1/.
5
6
# copy executables:
7
-cp dvd-slideshow /usr/bin/.
8
-cp dvd-menu /usr/bin/.
9
-cp gallery1-to-slideshow /usr/bin/.
10
-cp jigl2slideshow /usr/bin/.
11
-cp dir2slideshow /usr/bin/.
12
+cp dvd-slideshow /usr/local/bin/.
13
+cp dvd-menu /usr/local/bin/.
14
+cp gallery1-to-slideshow /usr/local/bin/.
15
+cp jigl2slideshow /usr/local/bin/.
16
+cp dir2slideshow /usr/local/bin/.
17
18
# remove old versions:
19
-if [ -r '/usr/bin/gallery2slideshow' ] ; then
20
+if [ -r '/usr/local/bin/gallery2slideshow' ] ; then
21
echo 'Removing old gallery2slideshow and installing gallery1-to-slideshow instead'
22
echo 'See changelog for details.'
23
- rm "/usr/bin/gallery2slideshow"
24
+ rm "/usr/local/bin/gallery2slideshow"
25
rm "/usr/local/man/man1/gallery2slideshow.1"
26
fi
27
28