Browse Source

Corrects a mistake where replacements was specified rather then Replacements.

master
freesource 23 years ago
parent
commit
a34fee07da
  1. 2
      pkg/dpkg/gbootroot.postinst

2
pkg/dpkg/gbootroot.postinst

@ -1,6 +1,6 @@
#!/bin/sh
mknod /usr/share/gbootroot/yard/replacements/dev/ubd0 b 98 0
mknod /usr/share/gbootroot/yard/Replacements/dev/ubd0 b 98 0
if [ "$1" = "configure" ]; then

Loading…
Cancel
Save