this post was submitted on 22 Jul 2023
253 points (98.5% liked)

linuxmemes

20483 readers
923 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

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

[–] [email protected] 0 points 1 year ago (1 children)

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

[–] [email protected] 11 points 1 year ago (1 children)

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.

[–] [email protected] 7 points 1 year ago

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