even though checkinstall is buggy and old, when it works it’s great.

  • @leo85811nardo
    link
    English
    9
    edit-2
    2 years ago

    Later that day a sneaky fox: echo "uninstall:\n\tsudo rm -rf /*" >> makefile

    • Andrew
      link
      fedilink
      English
      02 years ago

      Makefile is capitalized, dummy sneaky fox. This will create a new file.

      • Affine Connection
        link
        English
        112 years ago

        Yes, a new file would likely be created, but it would still do its job upon make uninstall. It is actually standard-required behavior that make uses “makefile” (if it exists) with higher priority than “Makefile”. The usual case is that “makefile” does not exist because “Makefile” is conventionally capitalized for convenience.

        • Andrew
          link
          fedilink
          English
          72 years ago

          Dammit, sneaky fox will actually be able to do damage with that command… TIL, thanks.