* Rename top level ipkg directory to opkg
[oweals/opkg-lede.git] / file_util.c
index e8084dd016676cf63341dfc557c0f46f80a7ea11..da8a1cda0ed583a0cd5d8a91fb41aa9da6aa2805 100644 (file)
@@ -15,7 +15,7 @@
    General Public License for more details.
 */
 
-#include "ipkg.h"
+#include "opkg.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 
@@ -107,7 +107,7 @@ int file_move(const char *src, const char *dest)
 }
 
 /* I put these here to keep libbb dependencies from creeping all over
-   the ipkg code */
+   the opkg code */
 int file_copy(const char *src, const char *dest)
 {
     int err;