Files
nixpkgs/pkgs/by-name/wi/wipe/fix-install.patch
aleksana 571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00

19 lines
653 B
Diff

diff -ru3 wipe-2.3.1/Makefile.in wipe-2.3.1-new/Makefile.in
--- wipe-2.3.1/Makefile.in 2009-11-02 00:11:30.000000000 +0300
+++ wipe-2.3.1-new/Makefile.in 2014-10-18 02:51:10.088966232 +0400
@@ -60,12 +60,12 @@
$(INSTALL_BIN) -d $(bindir)
$(INSTALL_BIN) -s $(BIN_OUT) $(bindir)
$(INSTALL) -d $(mandir)/man1
- $(INSTALL) -o root -m 0644 wipe.1 $(mandir)/man1/
+ $(INSTALL) -m 0644 wipe.1 $(mandir)/man1/
rm -rf $(datadir)/doc/wipe*
$(INSTALL) -d $(datadir)/doc/wipe
for file in $(DOCS); do \
- $(INSTALL) -o root -m 0644 $$file $(datadir)/doc/wipe/; \
+ $(INSTALL) -m 0644 $$file $(datadir)/doc/wipe/; \
done
install_home: $(BIN_OUT)