diff options
Diffstat (limited to 'support-files/debian/patches/ab')
-rw-r--r-- | support-files/debian/patches/ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/support-files/debian/patches/ab b/support-files/debian/patches/ab new file mode 100644 index 00000000000..ed6ca58f729 --- /dev/null +++ b/support-files/debian/patches/ab @@ -0,0 +1,20 @@ +--- mysql-3.23.23.orig/scripts/Makefile.in ++++ mysql-3.23.23/scripts/Makefile.in +@@ -337,6 +337,7 @@ + @RM@ -f $@ $@-t + @SED@ \ + -e 's!@''bindir''@!$(bindir)!g' \ ++ -e 's!@''sbindir''@!$(sbindir)!g' \ + -e 's!@''scriptdir''@!$(bindir)!g' \ + -e 's!@''prefix''@!$(prefix)!g' \ + -e 's!@''datadir''@!$(datadir)!g' \ +--- mysql-3.23.23.orig/support-files/Makefile.in ++++ mysql-3.23.23/support-files/Makefile.in +@@ -308,6 +308,7 @@ + @RM@ -f $@ $@-t + @SED@ \ + -e 's!@''bindir''@!$(bindir)!g' \ ++ -e 's!@''sbindir''@!$(sbindir)!g' \ + -e 's!@''scriptdir''@!$(bindir)!g' \ + -e 's!@''prefix''@!$(prefix)!g' \ + -e 's!@''datadir''@!$(datadir)!g' \ |